chore: updated packages

This commit is contained in:
Elias Renman
2023-11-29 10:54:17 +01:00
parent 1c22087f21
commit 91a86b917c
2 changed files with 6 additions and 8 deletions

View File

@@ -55,6 +55,11 @@
startWhenNeeded = true; startWhenNeeded = true;
}; };
fonts.fontDir.enable = true;
fonts.fonts = with pkgs; [
nerdfonts
];
services.acpid.enable = true; services.acpid.enable = true;
location.latitude = 63.825848; location.latitude = 63.825848;
location.longitude = -20.263035; location.longitude = -20.263035;

View File

@@ -46,6 +46,7 @@
bat bat
exa exa
gh gh
brightnessctl
# Media # Media
ffmpeg-full ffmpeg-full
@@ -70,13 +71,5 @@
wlsunset wlsunset
hyprland hyprland
# Fonts
terminus_font
terminus_font_ttf
jetbrains-mono
inriafonts
powerline-fonts
]; ];
} }