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
17
modules/home/themes/catppuccin/fish/default.nix
Normal file
17
modules/home/themes/catppuccin/fish/default.nix
Normal file
|
@ -0,0 +1,17 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
inputs,
|
||||
|
||||
namespace, # The flake namespace, set in flake.nix. If not set, defaults to "internal".
|
||||
system,
|
||||
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,
|
||||
...
|
||||
}: {
|
||||
home.file.".config/fish/themes/Catppuccin\ Frappe.theme".source = lib.snowfall.fs.get-file "resources/apps/fish/Catppuccin\ Frappe.theme";
|
||||
}
|
|
@ -51,7 +51,7 @@
|
|||
name = "Colloid-Dark-Catppuccin";
|
||||
};
|
||||
|
||||
"/org/gnome/desktop/interface" = {
|
||||
"org/gnome/desktop/interface" = {
|
||||
color-scheme = "prefer-dark";
|
||||
cursor-theme = "catppuccin-frappe-blue-cursors";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue