Commit 4f0c8bd6f047

Vincent Demeester <vincent@sbr.pm>
2020-07-07 15:18:06
Update tasks and gnome
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 56a95a9
Changed files (3)
systems
users
vincent
desktop
systems/foo.nix
@@ -39,16 +39,9 @@ in
   };
 
   services.xserver.enable = true;
-  services.xserver.layout = "fr(bepo),fr";
-  services.xserver.xkbVariant = "oss";
-  services.xserver.displayManager.gdm.enable = true;
-  services.xserver.desktopManager.gnome3.enable = true;
-
-  services.gnome3 = {
-    core-os-services.enable = true;
-    core-shell.enable = true;
-    core-utilities.enable = true;
-  };
+  services.xserver.displayManager.xpra.enable = true;
+  services.xserver.displayManager.xpra.bindTcp = "0.0.0.0:10000";
+  services.xserver.displayManager.xpra.pulseaudio = true;
 
   virtualisation.containers = {
     enable = true;
users/vincent/desktop/gnome.nix
@@ -34,6 +34,7 @@
     pop-gtk-theme
     pop-icon-theme
     pinentry-gnome
+    tilix
 
     aspell
     aspellDicts.en
tasks.org
@@ -694,8 +694,11 @@
 Check how to do this (dconf, gsettings/gconf)
 
 - [ ] keyboard shortcuts
+- [ ] terminal/tilix profiles (colors, …)
 - [ ] other settings
 
+** TODO fix GnuPG setup (with yubikey)
+
 ** TODO gnome3 modules
 
 Create a module (like desktop) or part of desktop
@@ -705,6 +708,9 @@
 VPN
 
 ** TODO [#C] boxes and libvirt
+
+Have a fedora machine ready to run (setup and all, automated of course)
+
 * TODO Reset systems at boot
 
 - Looking at https://github.com/nix-community/impermanence