diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 21:52:19 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-03-09 21:52:19 +0530 | 
| commit | db0493863f4d89a074eea0b4e230ff00cea67611 (patch) | |
| tree | f3e71ae0efd67a926c2a8e7143e4fb0788857947 /machines/x/home.nix | |
| parent | d4c18c4b2f659d1b7dfceefcc06e498762b9c5e4 (diff) | |
update
Diffstat (limited to 'machines/x/home.nix')
| -rw-r--r-- | machines/x/home.nix | 10 | 
1 files changed, 4 insertions, 6 deletions
| diff --git a/machines/x/home.nix b/machines/x/home.nix index 51cd064..9d0a4ab 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -37,8 +37,6 @@ in {      wbg -    kcalc -      ccls      nodePackages.pyright      git-lfs @@ -46,14 +44,14 @@ in {    imports = (map (path: ../../config/${path}) [      "themes.nix" -    "fuzzel" -    "dunst" -    "dwl.nix" +    "bash.nix"      "dotfiles.nix"      "git"      "nvim"      "alacritty" -    "bash.nix" +    "dwl.nix" +    "fuzzel" +    "dunst"    ]);    home.stateVersion = "23.11"; | 
