re-organize nix configs
nvim update
This commit is contained in:
parent
eb3fb4f88e
commit
d277850804
13 changed files with 240 additions and 210 deletions
12
nixos/hyprland.nix
Normal file
12
nixos/hyprland.nix
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
{ ... }:
|
||||
{
|
||||
programs.hyprland = {
|
||||
enable = true;
|
||||
#xwayland.enable = true;
|
||||
};
|
||||
programs.hyprlock.enable = true;
|
||||
services.hypridle.enable = true;
|
||||
programs.thunar.enable = true;
|
||||
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue