[NixOS] Add hyprland

This commit is contained in:
Ivan Malison 2023-05-14 15:30:08 -06:00
parent 26560b2884
commit 8f97ea3934
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8
2 changed files with 3 additions and 1 deletions

@ -1 +1 @@
Subproject commit 253c10fc2af08d3d9eab9ca2362f4dce05c58554
Subproject commit 5d1685f87ecbf283119110d002813d82f74342ea

View File

@ -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