home: cleanup

This commit is contained in:
2026-06-19 22:11:07 +02:00
parent 844205ee8d
commit b20f2d5f34
4 changed files with 4 additions and 18 deletions
+1 -1
View File
@@ -11,7 +11,7 @@
};
noctalia = {
url = "github:noctalia-dev/noctalia-shell/496d40008c7624b42f4c9fe6f009f99ee7b12025"; # remember to update this commit hash
url = "github:noctalia-dev/noctalia-shell/42eed1d"; # remember to update this commit hash
inputs.nixpkgs.follows = "nixpkgs";
};
Binary file not shown.

After

Width:  |  Height:  |  Size: 203 KiB

+1 -15
View File
@@ -2,6 +2,7 @@
{
home.packages = with pkgs; [
bitwarden-cli
fluffychat
vesktop
firefox
@@ -11,9 +12,7 @@
gparted
libreoffice-fresh
kdePackages.okular
sweethome3d.application
audacity
rbw
openvpn
pandoc
typst
@@ -23,11 +22,6 @@
openscad-unstable
unstable.kicad
unstable.turbocase
unstable.interactive-html-bom
unstable.python3Packages.kicad-python
musescore
mpv
spotify
spotify-tray
@@ -37,22 +31,14 @@
dbeaver-bin
sqlite
sqlitebrowser
postman
mitmproxy
wireshark
calibre
anki
bibletime
aerc
thunderbird
prismlauncher
protonplus
qbittorrent
kdePackages.filelight
solaar
cheese
wireguard-tools
fontforge
piper-tts
yt-dlp
tealdeer
+2 -2
View File
@@ -304,7 +304,7 @@ in
#"zoom"
#"honeycomb"
];
transition_duration = 1500; # milliseconds
transition_duration = 7500; # milliseconds
edge_smoothness = 0.3; # 0.0 1.0
transition_on_startup = false;
directory = "${config.home.homeDirectory}/Pictures/wallpapers"; # open in picker
@@ -314,7 +314,7 @@ in
};
automation = {
enabled = true;
interval_seconds = 1200;
interval_seconds = 120;
order = "random"; # random | alphabetical
recursive = true; # subdirs
};