mirror of
https://github.com/itme-brain/nixos.git
synced 2026-03-24 00:29:43 -04:00
added hyprland wm module
This commit is contained in:
parent
89ea429204
commit
50482446d4
17 changed files with 741 additions and 46 deletions
|
|
@ -37,7 +37,7 @@
|
|||
};
|
||||
|
||||
hardware.nvidia.open = true;
|
||||
|
||||
#
|
||||
# Virtualisation
|
||||
virtualisation.libvirtd = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -34,7 +34,8 @@
|
|||
};
|
||||
|
||||
gui = {
|
||||
wm.sway.enable = true;
|
||||
wm.hyprland.enable = true;
|
||||
|
||||
alacritty.enable = true;
|
||||
browsers.enable = true;
|
||||
corn.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue