diff --git a/flake.nix b/flake.nix index c30a742..37dd8ae 100644 --- a/flake.nix +++ b/flake.nix @@ -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"; }; diff --git a/home/Wallpapers/evergarden-telescope-2.jpg b/home/Wallpapers/evergarden-telescope-2.jpg new file mode 100644 index 0000000..948ebfb Binary files /dev/null and b/home/Wallpapers/evergarden-telescope-2.jpg differ diff --git a/home/applications.nix b/home/applications.nix index 551e2ce..bfc4e32 100644 --- a/home/applications.nix +++ b/home/applications.nix @@ -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 diff --git a/home/noctalia.nix b/home/noctalia.nix index 10930f4..21da7ab 100644 --- a/home/noctalia.nix +++ b/home/noctalia.nix @@ -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 };