mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 14:49:14 +00:00
ref: nixos config
This commit is contained in:
parent
ad31348634
commit
934c47c26a
10 changed files with 115 additions and 132 deletions
|
|
@ -12,25 +12,4 @@
|
|||
|
||||
agenix.default
|
||||
];
|
||||
|
||||
# TODO: try to move this to home-manager
|
||||
programs = {
|
||||
gnome-terminal.enable = true;
|
||||
};
|
||||
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
autoRepeatDelay = 300;
|
||||
autoRepeatInterval = 40;
|
||||
windowManager.xmonad = {
|
||||
enable = true;
|
||||
enableContribAndExtras = true;
|
||||
extraPackages = hp: with hp; [neat-interpolation];
|
||||
};
|
||||
displayManager.gdm.enable = true;
|
||||
};
|
||||
programs.nm-applet.enable = true;
|
||||
|
||||
programs.fish.enable = true;
|
||||
environment.shells = [pkgs.fish];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue