[NixOS] Misc updates

This commit is contained in:
Ivan Malison 2022-09-16 16:31:28 -06:00
parent dc32eff015
commit 901f003cf3
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -15,7 +15,6 @@
};
nixpkgs.overlays = with inputs; [
nix.overlay
xmonad.overlay
xmonad-contrib.overlay
notifications-tray-icon.overlay
@ -72,6 +71,9 @@
hardware.bluetooth.enable = true;
services.blueman.enable = true;
# Printing
# services.printing.enable = true;
# Keyboard/Keymap
console.keyMap = "us";
@ -85,6 +87,8 @@
# TODO: Add a comment explaining what this does.
services.gnome.at-spi2-core.enable = true;
services.gnome.gnome-keyring.enable = true;
services.openssh.enable = true;
services.autorandr.enable = true;
@ -95,6 +99,10 @@
hardware.keyboard.zsa.enable = true;
services.logind.extraConfig = "RuntimeDirectorySize=5G";
services.dbus.packages = [ pkgs.gcr ];
services.xserver = {
exportConfiguration = true;
enable = true;