Fixes to the XFCE profile that actually make it work properly.

This commit is contained in:
kat witch 2020-11-30 04:01:45 +00:00 committed by kat
parent 361576ad24
commit bfcc1c74e1
4 changed files with 5 additions and 6 deletions

View file

@ -14,6 +14,7 @@
boot.loader.systemd-boot.enable = true;
boot.loader.efi.canTouchEfiVariables = true;
boot.supportedFilesystems = [ "zfs" ];
networking.hostId = "dddbb888";
networking.hostName = "yule";

View file

@ -25,7 +25,6 @@ in {
nix.gc.options = lib.mkDefault "--delete-older-than 1w";
nix.trustedUsers = [ "root" "@wheel" ];
environment.variables.EDITOR = "kak";
boot.supportedFilesystems = [ "zfs" ];
services.openssh.enable = true;
services.openssh.ports = lib.mkDefault [ 62954 ];

View file

@ -13,6 +13,7 @@
pkgs.gnomeExtensions.appindicator
pkgs.gnomeExtensions.dash-to-dock
pkgs.gnomeExtensions.arc-menu
pkgs.xfce.thunar
];
};

View file

@ -7,8 +7,7 @@
package = lib.mkForce pkgs.gnome3.gvfs;
};
home-manager.users.kat = {
home.packages = [
environment.systemPackages = [
pkgs.xfce.xfce4-terminal
pkgs.xfce.thunar
pkgs.xfce.orage
@ -18,5 +17,4 @@
pkgs.xfce.xfce4-whiskermenu-plugin
pkgs.xfce.xfce4-screenshooter
];
};
}