Browse Source

Make desktop work

main
Dustin Frisch 6 days ago
parent
commit
260864caf9
No known key found for this signature in database GPG Key ID: B4C3BF012D9B26BE
  1. 4
      client/desktop.nix
  2. 4
      machines/nfs/netinstaller.nix

4
client/desktop.nix

@ -50,6 +50,7 @@
gnome.geary
gnome.gnome-calendar
gnome.gnome-contacts
xterm
];
programs.dconf = {
@ -61,6 +62,9 @@
"org/gnome/desktop/interface".color-scheme = "prefer-dark";
"org/gnome/desktop/wm/keybindings".close = [ "<Super>q" ];
"org/gnome/settings-daemon/plugins/power".power-button-action = "shutdown";
"org/gnome/settings-daemon/plugins/power".sleep-inactive-ac-type = "nothing";
};
}
];

4
machines/nfs/netinstaller.nix

@ -28,9 +28,9 @@ let
--no-root-password \
--verbose
# umount -R /mnt
umount -R /mnt
# reboot
reboot
'';
ipxe-script = pkgs.writeText "boot-local.ipxe" ''

Loading…
Cancel
Save