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; [
# utils
handbrake
@ -39,6 +37,11 @@
libreoffice-fresh
wiki-tui
calcurse
kitty
rofi
grim
wlogout
hyprpaper
# fetch
neofetch
@ -117,6 +120,8 @@
spotify-tui
youtube-tui
mpv
spotify
spicetify-cli
# zsh themes
zsh-powerlevel10k

View file

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

View file

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