summaryrefslogtreecommitdiff
path: root/hosts/thinkpad
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/thinkpad')
-rw-r--r--hosts/thinkpad/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/hosts/thinkpad/default.nix b/hosts/thinkpad/default.nix
index 6810930..5167074 100644
--- a/hosts/thinkpad/default.nix
+++ b/hosts/thinkpad/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;