correction to universal packages
This commit is contained in:
parent
4a4014bf59
commit
c69a14d28f
2 changed files with 3 additions and 8 deletions
|
|
@ -45,6 +45,8 @@ in with builtins;
|
||||||
(import ./programs/nvim)
|
(import ./programs/nvim)
|
||||||
];
|
];
|
||||||
|
|
||||||
|
home.packages = defaultPkgs;
|
||||||
|
|
||||||
programs.htop = {
|
programs.htop = {
|
||||||
enable = true;
|
enable = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -113,15 +113,8 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
||||||
# Enable the GNOME Desktop Environment.
|
# Enable the GNOME Desktop Environment.
|
||||||
|
displayManager.gdm.enable = true;
|
||||||
desktopManager.gnome.enable = true;
|
desktopManager.gnome.enable = true;
|
||||||
displayManager = {
|
|
||||||
defaultSession = "none+xmonad";
|
|
||||||
};
|
|
||||||
|
|
||||||
windowManager.xmonad = {
|
|
||||||
enable = true;
|
|
||||||
enableContribAndExtras = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
layout = "us";
|
layout = "us";
|
||||||
# run the following command to swap escape and caps-lock keys, like a
|
# run the following command to swap escape and caps-lock keys, like a
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue