chore: reorganise modules
This commit is contained in:
parent
0662d79447
commit
292dfcfccd
10 changed files with 31 additions and 23 deletions
13
modules/linux/login.nix
Normal file
13
modules/linux/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