mirror of
https://github.com/materusPL/nixos-config
synced 2026-07-02 12:46:42 +00:00
Merge branch 'master' of github.com:materusPL/nixos-config
This commit is contained in:
@@ -107,13 +107,6 @@ in
|
||||
};*/
|
||||
|
||||
|
||||
|
||||
services.xserver.windowManager.awesome.enable = true;
|
||||
services.xserver.windowManager.awesome.luaModules = with pkgs.luaPackages; [
|
||||
luarocks
|
||||
luadbi-mysql #
|
||||
];
|
||||
|
||||
# Use the systemd-boot EFI boot loader.
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
@@ -602,7 +595,7 @@ in
|
||||
#zenmonitor
|
||||
|
||||
nix-du
|
||||
|
||||
git-crypt
|
||||
ark
|
||||
kate
|
||||
kwalletcli
|
||||
|
||||
@@ -69,7 +69,7 @@
|
||||
dub
|
||||
]);
|
||||
|
||||
editor.emacs.enable = true;
|
||||
editor.emacs.enable = false;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user