mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 04:19:19 -08:00
Fixes to the XFCE profile that actually make it work properly.
This commit is contained in:
parent
361576ad24
commit
bfcc1c74e1
4 changed files with 5 additions and 6 deletions
|
|
@ -14,6 +14,7 @@
|
|||
|
||||
boot.loader.systemd-boot.enable = true;
|
||||
boot.loader.efi.canTouchEfiVariables = true;
|
||||
boot.supportedFilesystems = [ "zfs" ];
|
||||
|
||||
networking.hostId = "dddbb888";
|
||||
networking.hostName = "yule";
|
||||
|
|
|
|||
|
|
@ -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 ];
|
||||
|
|
|
|||
|
|
@ -13,6 +13,7 @@
|
|||
pkgs.gnomeExtensions.appindicator
|
||||
pkgs.gnomeExtensions.dash-to-dock
|
||||
pkgs.gnomeExtensions.arc-menu
|
||||
pkgs.xfce.thunar
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
@ -17,6 +16,5 @@
|
|||
pkgs.xfce.xfce4-pulseaudio-plugin
|
||||
pkgs.xfce.xfce4-whiskermenu-plugin
|
||||
pkgs.xfce.xfce4-screenshooter
|
||||
];
|
||||
};
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue