mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-03 07:29:41 +00:00
ref: nixos config
This commit is contained in:
parent
ad31348634
commit
934c47c26a
10 changed files with 115 additions and 132 deletions
18
nix/hosts/thinkpad/gui.nix
Normal file
18
nix/hosts/thinkpad/gui.nix
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
{pkgs, ...}: {
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
autoRepeatDelay = 300;
|
||||
autoRepeatInterval = 40;
|
||||
|
||||
displayManager.gdm.enable = true;
|
||||
|
||||
windowManager.xmonad = {
|
||||
enable = true;
|
||||
enableContribAndExtras = true;
|
||||
extraPackages = hp: with hp; [neat-interpolation];
|
||||
};
|
||||
};
|
||||
programs.nm-applet.enable = true;
|
||||
|
||||
programs.gnome-terminal.enable = true;
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue