home: cleanup
This commit is contained in:
@@ -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
@@ -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
@@ -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
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user