add stuff
This commit is contained in:
parent
82732264a6
commit
dfae13e40a
@ -5,7 +5,6 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
apple-fonts,
|
||||
...
|
||||
}:
|
||||
|
||||
@ -20,30 +19,11 @@
|
||||
noto-fonts-cjk-sans
|
||||
noto-fonts
|
||||
nerd-fonts._0xproto
|
||||
apple-fonts.packages.${pkgs.system}.sf-pro-nerd
|
||||
|
||||
# You can also use the nerd-fonts patched versions
|
||||
# apple-fonts.packages.${pkgs.system}.san-francisco-nerdfont
|
||||
# apple-fonts.packages.${pkgs.system}.sf-mono-nerdfont
|
||||
|
||||
# Add other system fonts you want
|
||||
# noto-fonts
|
||||
# dejavu_fonts
|
||||
];
|
||||
};
|
||||
programs.hyprland.enable = true;
|
||||
services.displayManager.gdm.enable = true;
|
||||
services.desktopManager.gnome.enable = true;
|
||||
|
||||
# To disable installing GNOME's suite of applications
|
||||
# and only be left with GNOME shell.
|
||||
services.gnome.core-apps.enable = false;
|
||||
services.gnome.core-developer-tools.enable = false;
|
||||
services.gnome.games.enable = false;
|
||||
environment.gnome.excludePackages = with pkgs; [
|
||||
gnome-tour
|
||||
gnome-user-docs
|
||||
];
|
||||
|
||||
boot = {
|
||||
|
||||
@ -125,12 +105,11 @@
|
||||
|
||||
# Configure keymap in X11
|
||||
services.xserver.xkb = {
|
||||
layout = "de";
|
||||
variant = "nodeadkeys";
|
||||
layout = "us";
|
||||
};
|
||||
|
||||
# Configure console keymap
|
||||
console.keyMap = "de-latin1-nodeadkeys";
|
||||
console.keyMap = "us";
|
||||
|
||||
# Define a user account. Don't forget to set a password with ‘passwd’.
|
||||
programs.zsh.enable = true;
|
||||
@ -156,13 +135,6 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
openssl
|
||||
fastfetch
|
||||
polkit_gnome
|
||||
gcc
|
||||
blueman
|
||||
zzz
|
||||
quickshell
|
||||
kdePackages.qtdeclarative
|
||||
kdePackages.qtbase
|
||||
];
|
||||
|
||||
programs.steam = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user