feat(nixos): add browser and monitor config to Hyprland

This commit is contained in:
Mohammad Rafiq 2025-02-22 16:33:48 +08:00
parent 8b43e47c2a
commit 5bc25b4dfb
2 changed files with 15 additions and 2 deletions

View file

@ -78,7 +78,6 @@
isNormalUser = true;
description = "Mohammad Rafiq";
extraGroups = [ "networkmanager" "wheel" ];
packages = with pkgs; [];
};
##############################
@ -108,6 +107,9 @@
# Terminal
kitty # Terminal Emulator (requirement for default Hyprland)
# Browser
firefox
];
##############################