home

Unnamed repository; edit this file 'description' to name the repository.
Log | Files | Refs | README | LICENSE

commit fd25b3df84fa2253ba00832b1b862fdf64aafb55
parent 3e2a23a628ec35659572e61db3df4bf5592f5b04
Author: Vincent Demeester <vincent@sbr.pm>
Date:   Fri, 17 Jul 2020 12:48:00 +0200

users/vincent: refine wakasu and laptop profiles

Signed-off-by: Vincent Demeester <vincent@sbr.pm>

Diffstat:
Musers/vincent/default.nix | 8+-------
1 file changed, 1 insertion(+), 7 deletions(-)

diff --git a/users/vincent/default.nix b/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; }]