fix: hyprland basic
This commit is contained in:
@@ -9,6 +9,7 @@
|
||||
./services/virtual.nix
|
||||
./services/x.nix
|
||||
./services/sound.nix
|
||||
./programs/hyprland.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
1
programs/hyprland.nix
Normal file
1
programs/hyprland.nix
Normal file
@@ -0,0 +1 @@
|
||||
{ inputs, pkgs, ... }: { programs.hyprland = { enable = true; }; }
|
||||
Reference in New Issue
Block a user