Misc config formatting

This commit is contained in:
floppydiskette 2024-02-07 01:42:54 +00:00
parent 1c68fd4369
commit 417c45b85d
4 changed files with 140 additions and 137 deletions

View file

@ -1,6 +1,4 @@
{ {pkgs, ...}: {
pkgs, ...}: {
home.packages = with pkgs; [ home.packages = with pkgs; [
# utils # utils
handbrake handbrake
@ -39,6 +37,11 @@
libreoffice-fresh libreoffice-fresh
wiki-tui wiki-tui
calcurse calcurse
kitty
rofi
grim
wlogout
hyprpaper
# fetch # fetch
neofetch neofetch
@ -117,6 +120,8 @@
spotify-tui spotify-tui
youtube-tui youtube-tui
mpv mpv
spotify
spicetify-cli
# zsh themes # zsh themes
zsh-powerlevel10k zsh-powerlevel10k

View file

@ -176,4 +176,3 @@
}; };
}; };
} }

View file

@ -89,6 +89,7 @@
swayidle swayidle
wofi wofi
swaylock swaylock
gnome.gnome-keyring
]; ];
services.printing.enable = true; services.printing.enable = true;
@ -108,7 +109,6 @@
boot.initrd.systemd.enable = true; boot.initrd.systemd.enable = true;
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
# Set a time zone, idiot # Set a time zone, idiot
time.timeZone = "Europe/London"; time.timeZone = "Europe/London";
@ -152,5 +152,4 @@
networking.firewall.enable = false; networking.firewall.enable = false;
system.stateVersion = "24.05"; system.stateVersion = "24.05";
} }