diff options
Diffstat (limited to 'machines/x')
| -rw-r--r-- | machines/x/home.nix | 5 | 
1 files changed, 5 insertions, 0 deletions
| diff --git a/machines/x/home.nix b/machines/x/home.nix index 1534b64..24212a0 100644 --- a/machines/x/home.nix +++ b/machines/x/home.nix @@ -27,6 +27,8 @@      pavucontrol      blueman      brillo + +    wbg    ];    imports = (map (path: ../../config/${path}) [ @@ -35,9 +37,12 @@      "git"      "nvim"      "alacritty" +    "dunst"      "dwl.nix" +    "way-displays"      "bash.nix"      "fuzzel" +    "waybar"    ]);    home.stateVersion = "23.11"; | 
