mirror of
https://github.com/js0ny/dotfiles.git
synced 2026-03-22 18:52:43 +00:00
Update flake.lock
This commit is contained in:
parent
d0b6200eae
commit
78cff324ed
8 changed files with 414 additions and 79 deletions
|
|
@ -113,7 +113,6 @@ in {
|
|||
dconf-editor
|
||||
fsearch # Everything-like search tool
|
||||
kdePackages.elisa
|
||||
lollypop
|
||||
showmethekey
|
||||
|
||||
# Use Wayland for Jetbrains
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue