Update flake.lock

This commit is contained in:
js0ny 2026-02-04 17:03:40 +00:00
parent d0b6200eae
commit 78cff324ed
8 changed files with 414 additions and 79 deletions

View file

@ -113,7 +113,6 @@ in {
dconf-editor
fsearch # Everything-like search tool
kdePackages.elisa
lollypop
showmethekey
# Use Wayland for Jetbrains

View file

@ -71,7 +71,7 @@ in {
};
};
base16Scheme = "${pkgs.base16-schemes}/share/themes/deep-oceanic-next.yaml";
base16Scheme = "${pkgs.base16-schemes}/share/themes/material-palenight.yaml";
image = ./wallpaper.jpg;
polarity = "dark";
};

View file

@ -80,6 +80,7 @@ in {
./programs/feishin.nix
./programs/fsearch.nix
./programs/elisa.nix
./programs/lollypop.nix
# Desktop Linux
./programs/desktop/gnome
@ -153,5 +154,7 @@ in {
};
};
programs.distrobox.enable = true;
home.stateVersion = "25.05";
}