[NixOS] Add hyprland
This commit is contained in:
parent
26560b2884
commit
8f97ea3934
@ -1 +1 @@
|
||||
Subproject commit 253c10fc2af08d3d9eab9ca2362f4dce05c58554
|
||||
Subproject commit 5d1685f87ecbf283119110d002813d82f74342ea
|
@ -19,6 +19,7 @@ in
|
||||
(import ../dotfiles/config/xmonad/overlay.nix)
|
||||
];
|
||||
nixpkgs.config.allowBroken = true;
|
||||
programs.hyprland.enable = true;
|
||||
environment.systemPackages = with pkgs; [
|
||||
python-with-my-packages
|
||||
|
||||
@ -27,6 +28,7 @@ in
|
||||
vterm
|
||||
]))
|
||||
firefox
|
||||
kitty
|
||||
vlc
|
||||
transmission-gtk
|
||||
dolphin
|
||||
|
Loading…
Reference in New Issue
Block a user