mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 04:40:05 +00:00
refactor(module): apply gnome wallpaper in catppuccin theme config
This commit is contained in:
parent
fde4abd59d
commit
0c1476ce83
4 changed files with 19 additions and 111 deletions
|
@ -2,14 +2,6 @@
|
|||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
|
||||
namespace, # The flake namespace, set in flake.nix. If not set, defaults to "internal".
|
||||
home, # The home architecture for this host (eg. `x86_64-linux`).
|
||||
target, # The Snowfall Lib target for this home (eg. `x86_64-home`).
|
||||
format, # A normalized name for the home target (eg. `home`).
|
||||
virtual, # A boolean to determine whether this home is a virtual target using nixos-generators.
|
||||
host, # The host name for this home.
|
||||
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
|
@ -25,11 +17,6 @@
|
|||
|
||||
# Use `dconf watch /` to track stateful changes you are doing, then set them here.
|
||||
dconf.settings = {
|
||||
"org/gnome/desktop/background" = {
|
||||
picture-uri = lib.snowfall.fs.get-file "resources/wallpapers/maid_in_forest_with_lantern.jpg";
|
||||
picture-uri-dark = lib.snowfall.fs.get-file "resources/wallpapers/maid_in_forest_with_lantern.jpg";
|
||||
};
|
||||
|
||||
"org/gnome/shell" = {
|
||||
favorite-apps = [
|
||||
"org.gnome.Nautilus.desktop"
|
||||
|
|
|
@ -69,7 +69,7 @@ in
|
|||
|
||||
### Rust development specific
|
||||
rustup
|
||||
jetbrains.rust-rover
|
||||
gcc
|
||||
|
||||
### Work
|
||||
teams-for-linux
|
||||
|
@ -82,7 +82,7 @@ in
|
|||
sidequest
|
||||
];
|
||||
|
||||
#lib.puzzlevision.apps.zed-editor.enable = true;
|
||||
#puzzlevision.apps.zed-editor.enable = true;
|
||||
|
||||
home.stateVersion = "24.05";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue