feat(nixos): add browser and monitor config to Hyprland
This commit is contained in:
parent
8b43e47c2a
commit
5bc25b4dfb
2 changed files with 15 additions and 2 deletions
|
@ -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
|
||||
];
|
||||
|
||||
##############################
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue