diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-02 15:55:42 +0530 | 
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-02-02 15:55:42 +0530 | 
| commit | 5055c72d26569d352b0273cd79544ece594763b2 (patch) | |
| tree | cc2b5744e67e9a8e9c4294d3a3e0a1769a61d83f /machines/x | |
| parent | 4803f1aac7f36c45c392b50869cd91d097e413c9 (diff) | |
remove dwlb
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"; | 
