mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-01-18 18:03:06 +01:00
fix dconf slash issue, move fish theme to module, re-enable daily gc
Signed-off-by: Jo <johannesreckers2006@gmail.com>
This commit is contained in:
parent
c06c55a000
commit
d218f5a13c
4 changed files with 7 additions and 3 deletions
|
@ -19,6 +19,10 @@
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
|
imports = [
|
||||||
|
./apps/gnome.nix
|
||||||
|
];
|
||||||
|
|
||||||
# Flatpak configuration.
|
# Flatpak configuration.
|
||||||
services.flatpak = {
|
services.flatpak = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
@ -4,7 +4,7 @@
|
||||||
inputs,
|
inputs,
|
||||||
|
|
||||||
namespace, # The flake namespace, set in flake.nix. If not set, defaults to "internal".
|
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`).
|
system,
|
||||||
target, # The Snowfall Lib target for this home (eg. `x86_64-home`).
|
target, # The Snowfall Lib target for this home (eg. `x86_64-home`).
|
||||||
format, # A normalized name for the home target (eg. `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.
|
virtual, # A boolean to determine whether this home is a virtual target using nixos-generators.
|
|
@ -51,7 +51,7 @@
|
||||||
name = "Colloid-Dark-Catppuccin";
|
name = "Colloid-Dark-Catppuccin";
|
||||||
};
|
};
|
||||||
|
|
||||||
"/org/gnome/desktop/interface" = {
|
"org/gnome/desktop/interface" = {
|
||||||
color-scheme = "prefer-dark";
|
color-scheme = "prefer-dark";
|
||||||
cursor-theme = "catppuccin-frappe-blue-cursors";
|
cursor-theme = "catppuccin-frappe-blue-cursors";
|
||||||
};
|
};
|
||||||
|
|
|
@ -56,7 +56,7 @@
|
||||||
|
|
||||||
# Garbage collection configuration.
|
# Garbage collection configuration.
|
||||||
gc = {
|
gc = {
|
||||||
automatic = false;
|
automatic = true;
|
||||||
dates = "daily";
|
dates = "daily";
|
||||||
options = "--delete-older-than 3d";
|
options = "--delete-older-than 3d";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in a new issue