Multiple changes for gunter

This commit is contained in:
2024-03-02 21:16:23 +01:00
parent b3423e8472
commit f0842bf343
7 changed files with 170 additions and 22 deletions

View File

@@ -3,10 +3,12 @@
fonts.packages = with pkgs; [
fira-code
fira-code-symbols
nerdfonts
noto-fonts
noto-fonts-cjk
noto-fonts-emoji
noto-fonts-monochrome-emoji
source-sans-pro
twemoji-color-font
font-awesome
];

View File

@@ -14,13 +14,6 @@
extraGroups = [ "wheel" "networkmanager" ];
# Install some user packages
packages = with pkgs; [
# Hyprland stuff
rofi-wayland
swaylock
waybar
dunst
slurp
wpaperd
];
};
}