Switch to new nix-rice version
This commit is contained in:
parent
b25d9b68f8
commit
bd6b04c6a4
7 changed files with 65 additions and 52 deletions
|
|
@ -13,6 +13,7 @@
|
|||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.initrd.checkJournalingFS = true;
|
||||
boot.extraModulePackages = with config.boot.kernelPackages; [ v4l2loopback ];
|
||||
|
||||
# # Cross-build arm
|
||||
boot.binfmt.emulatedSystems = [ "armv7l-linux" "aarch64-linux" ];
|
||||
|
|
@ -67,7 +68,7 @@
|
|||
# nvidiaWayland = true;
|
||||
# };
|
||||
desktopManager.gnome.enable = true;
|
||||
windowManager.bspwm.enable = true;
|
||||
# windowManager.bspwm.enable = true;
|
||||
|
||||
# Configure keymap in X11
|
||||
layout = "it";
|
||||
|
|
@ -114,6 +115,7 @@
|
|||
"libvirtd"
|
||||
"network"
|
||||
"usb"
|
||||
"video"
|
||||
"wheel"
|
||||
];
|
||||
shell = pkgs.zsh;
|
||||
|
|
@ -202,7 +204,7 @@
|
|||
services.dbus.packages = with pkgs; [ gnome.dconf ];
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
hardware.bluetooth.enable = true;
|
||||
services.blueman.enable = true;
|
||||
# services.blueman.enable = true;
|
||||
services.zerotierone = { enable = true; joinNetworks = [ "8056c2e21cf9c753" ]; };
|
||||
services.gvfs = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue