Replace neofetch with fastfetch
Remove xkb options
This commit is contained in:
parent
8dbb42f0ac
commit
c81abbd949
1 changed files with 1 additions and 6 deletions
|
@ -38,11 +38,6 @@
|
||||||
KbdInteractiveAuthentication = false;
|
KbdInteractiveAuthentication = false;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
xserver.xkb = {
|
|
||||||
layout = "us";
|
|
||||||
variant = "";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
users.users.root.openssh.authorizedKeys.keys = [
|
users.users.root.openssh.authorizedKeys.keys = [
|
||||||
|
@ -57,7 +52,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
neofetch
|
|
||||||
wget
|
wget
|
||||||
git
|
git
|
||||||
btop
|
btop
|
||||||
|
@ -81,6 +75,7 @@
|
||||||
libva-utils
|
libva-utils
|
||||||
jq
|
jq
|
||||||
tmux
|
tmux
|
||||||
|
fastfetch
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = lib.mkIf (! machine.isRaspberryPi) {
|
boot = lib.mkIf (! machine.isRaspberryPi) {
|
||||||
|
|
Loading…
Reference in a new issue