hyprland in home-manager!!!
This commit is contained in:
parent
328bd672af
commit
a9119067c5
14 changed files with 80 additions and 44 deletions
18
system/dm.nix
Normal file
18
system/dm.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{ config, pkgs, lib, ...}:
|
||||
|
||||
{
|
||||
services = {
|
||||
xserver = {
|
||||
xkb = {
|
||||
layout = "de";
|
||||
variant = "";
|
||||
};
|
||||
};
|
||||
displayManager.gdm = {
|
||||
enable = true;
|
||||
wayland = true;
|
||||
autoSuspend = false;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
||||
|
|
@ -11,5 +11,6 @@
|
|||
./shell.nix
|
||||
./terminal.nix
|
||||
./networking.nix
|
||||
./dm.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,9 +7,9 @@
|
|||
coreutils
|
||||
];
|
||||
};
|
||||
programs = {
|
||||
fish = {
|
||||
enable = true;
|
||||
};
|
||||
};
|
||||
# programs = {
|
||||
# fish = {
|
||||
# enable = true;
|
||||
# };
|
||||
# };
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue