This commit is contained in:
sadan 2025-03-20 00:07:31 -04:00
parent 6296736740
commit 077344d208
No known key found for this signature in database

View file

@ -1,10 +1,14 @@
{ inputs, ... }: { inputs, config, ... }:
{ {
imports = [ imports = [
inputs.plasma-manager.homeManagerModules.plasma-manager inputs.plasma-manager.homeManagerModules.plasma-manager
# TODO: import dynamically based on hostname # TODO: import dynamically based on hostname
./displays/nix-desktop-evo4b5.nix ./displays/nix-desktop-evo4b5.nix
]; ];
# workaround https://github.com/nix-community/plasma-manager/issues/472
# This errors
# home.file.".gtkrc-2.0".force = true;
gtk.gtk2.configLocation = "${config.home.homeDirectory}/.config/.gtkrc-2.0";
programs = { programs = {
plasma = { plasma = {
enable = true; enable = true;