Update + begin add hyprland
This commit is contained in:
parent
c57272e07f
commit
372515bfb4
3 changed files with 27 additions and 3 deletions
13
home/hyprland/default.nix
Normal file
13
home/hyprland/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
pkgs,
|
||||
inputs,
|
||||
...
|
||||
} @ args: {
|
||||
home.packages = [];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.system}.default;
|
||||
# settings = import ./settings.nix args;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue