diff options
Diffstat (limited to 'hosts/kaworu')
-rw-r--r-- | hosts/kaworu/default.nix | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/kaworu/default.nix b/hosts/kaworu/default.nix index a8f54c5..7d09423 100644 --- a/hosts/kaworu/default.nix +++ b/hosts/kaworu/default.nix @@ -28,10 +28,12 @@ inputs.nixpkgs.lib.nixosSystem rec { ]; # modules + browser = { + firefox = true; + }; desktop = { enable = true; astal = true; - firefox = true; hyprland = true; hyprlock = true; hypridle = true; |