diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-16 16:31:42 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2025-01-16 16:31:42 +0530 | 
| commit | 6ba0196a5cc237a263ce0210b920bbd5d38fac0c (patch) | |
| tree | cd13eefef1e11614e4db54a6f5afcdc4bd87d472 /machines/x | |
| parent | 722467fc40bfb44ee0aee1c6aab804dc36d16851 (diff) | |
update
Diffstat (limited to '')
| -rw-r--r-- | machines/x/configuration.nix | 9 | ||||
| -rw-r--r-- | machines/x/home.nix | 11 | 
2 files changed, 12 insertions, 8 deletions
| diff --git a/machines/x/configuration.nix b/machines/x/configuration.nix index ae1682b..edfe0ba 100644 --- a/machines/x/configuration.nix +++ b/machines/x/configuration.nix @@ -27,10 +27,10 @@ in {      "virtualization.nix"      "remapcapslock.nix" -    "wm_utils.nix" -    "polkit.nix" +    # "wm_utils.nix" +    # "polkit.nix"      "login.nix" -    # "plasma.nix" +    "plasma.nix"    ]);    boot.loader = { @@ -59,6 +59,9 @@ in {    programs.fuse.userAllowOther = true;    home-manager = {      extraSpecialArgs = { inherit inputs; }; +    useGlobalPkgs = true; +    useUserPackages = true; +    sharedModules = [ inputs.plasma-manager.homeManagerModules.plasma-manager ];      users = {        "compromyse" = import ./home.nix;      }; diff --git a/machines/x/home.nix b/machines/x/home.nix index 3f754dc..636987f 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -55,13 +55,14 @@      "nvim"      # "qtile" -    "dwl.nix" -    "themes.nix" -    "way-displays" -    "swaylock" -    "dunst" +    # "dwl.nix" +    # "themes.nix" +    # "way-displays" +    # "swaylock" +    # "dunst"      "alacritty" +    "plasma"    ]);    home.stateVersion = "23.11"; | 
