forked from nico/dots
nix: reorganise hyprland module into smaller modules
This commit is contained in:
parent
6d6d635fdd
commit
51de9e32c2
5 changed files with 46 additions and 24 deletions
13
modules/login.nix
Normal file
13
modules/login.nix
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
# display manager
|
||||
programs.regreet = {
|
||||
enable = true;
|
||||
settings = {
|
||||
GTK = {
|
||||
application_prefer_dark_theme = true;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue