fix: update bash path
This commit is contained in:
parent
23d776e537
commit
f64b58d6f5
4 changed files with 23 additions and 115 deletions
|
@ -34,19 +34,24 @@ in
|
|||
# Select internationalisation properties.
|
||||
i18n.defaultLocale = "en_GB.utf8";
|
||||
|
||||
# Enable the X11 windowing system.
|
||||
services.xserver.enable = true;
|
||||
|
||||
# Enable the GNOME Desktop Environment.
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
# Configure keymap in X11
|
||||
services.xserver = {
|
||||
enable = true;
|
||||
layout = "gb";
|
||||
xkbVariant = "";
|
||||
|
||||
windowManager.awesome = {
|
||||
enable = true;
|
||||
|
||||
luaModules = with pkgs.luaPackages; [
|
||||
luarocks # is the package manager for Lua modules
|
||||
luadbi-mysql # Database abstraction layer
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
services.xserver.displayManager.gdm.enable = true;
|
||||
services.xserver.desktopManager.gnome.enable = true;
|
||||
|
||||
# Configure console keymap
|
||||
console.keyMap = "uk";
|
||||
|
||||
|
@ -120,7 +125,6 @@ in
|
|||
tmuxinator
|
||||
tree
|
||||
unzip
|
||||
vim
|
||||
vlc
|
||||
wget
|
||||
yt-dlp
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue