mirror of
https://github.com/gensokyo-zone/infrastructure.git
synced 2026-02-09 12:29: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.systemd-boot.enable = true;
|
||||||
boot.loader.efi.canTouchEfiVariables = true;
|
boot.loader.efi.canTouchEfiVariables = true;
|
||||||
|
boot.supportedFilesystems = [ "zfs" ];
|
||||||
|
|
||||||
networking.hostId = "dddbb888";
|
networking.hostId = "dddbb888";
|
||||||
networking.hostName = "yule";
|
networking.hostName = "yule";
|
||||||
|
|
|
||||||
|
|
@ -25,8 +25,7 @@ in {
|
||||||
nix.gc.options = lib.mkDefault "--delete-older-than 1w";
|
nix.gc.options = lib.mkDefault "--delete-older-than 1w";
|
||||||
nix.trustedUsers = [ "root" "@wheel" ];
|
nix.trustedUsers = [ "root" "@wheel" ];
|
||||||
environment.variables.EDITOR = "kak";
|
environment.variables.EDITOR = "kak";
|
||||||
boot.supportedFilesystems = [ "zfs" ];
|
|
||||||
|
|
||||||
services.openssh.enable = true;
|
services.openssh.enable = true;
|
||||||
services.openssh.ports = lib.mkDefault [ 62954 ];
|
services.openssh.ports = lib.mkDefault [ 62954 ];
|
||||||
services.openssh.passwordAuthentication = false;
|
services.openssh.passwordAuthentication = false;
|
||||||
|
|
|
||||||
|
|
@ -13,6 +13,7 @@
|
||||||
pkgs.gnomeExtensions.appindicator
|
pkgs.gnomeExtensions.appindicator
|
||||||
pkgs.gnomeExtensions.dash-to-dock
|
pkgs.gnomeExtensions.dash-to-dock
|
||||||
pkgs.gnomeExtensions.arc-menu
|
pkgs.gnomeExtensions.arc-menu
|
||||||
|
pkgs.xfce.thunar
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -7,8 +7,7 @@
|
||||||
package = lib.mkForce pkgs.gnome3.gvfs;
|
package = lib.mkForce pkgs.gnome3.gvfs;
|
||||||
};
|
};
|
||||||
|
|
||||||
home-manager.users.kat = {
|
environment.systemPackages = [
|
||||||
home.packages = [
|
|
||||||
pkgs.xfce.xfce4-terminal
|
pkgs.xfce.xfce4-terminal
|
||||||
pkgs.xfce.thunar
|
pkgs.xfce.thunar
|
||||||
pkgs.xfce.orage
|
pkgs.xfce.orage
|
||||||
|
|
@ -17,6 +16,5 @@
|
||||||
pkgs.xfce.xfce4-pulseaudio-plugin
|
pkgs.xfce.xfce4-pulseaudio-plugin
|
||||||
pkgs.xfce.xfce4-whiskermenu-plugin
|
pkgs.xfce.xfce4-whiskermenu-plugin
|
||||||
pkgs.xfce.xfce4-screenshooter
|
pkgs.xfce.xfce4-screenshooter
|
||||||
];
|
];
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue