Commit fd25b3df84fa

Vincent Demeester <vincent@sbr.pm>
2020-07-17 12:48:00
users/vincent: refine wakasu and laptop profiles
Signed-off-by: Vincent Demeester <vincent@sbr.pm>
1 parent 3e2a23a
Changed files (1)
users
users/vincent/default.nix
@@ -51,20 +51,14 @@ in
     ++ optionals config.profiles.desktop.enable [ (import ./desktop) ]
     ++ optionals config.services.xserver.desktopManager.gnome3.enable [ (import ./desktop/gnome.nix) ]
     ++ optionals (config.networking.hostName == "wakasu") [{
-      programs.google-chrome.enable = true;
       home.packages = with pkgs; [
-        openvpn
-        krb5
         libosinfo
-        virtmanager
-        thunderbird
         asciinema
-        gnome3.zenity # use rofi instead
         oathToolkit
         my.kubernix
       ];
     }]
-    ++ optionals config.profiles.laptop.enable [{
+    ++ optionals (config.profiles.laptop.enable && config.profiles.desktop.enable) [{
       # FIXME move this in its own file
       programs.autorandr.enable = true;
     }]