New structure since I kept struggling with the home-manager implemnentation
This commit is contained in:
@@ -568,18 +568,6 @@ Sets theming for the terminal
|
|||||||
}
|
}
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
** =generated/modules/system/nix.nix=
|
|
||||||
I use the [[https://catppuccin.com/][Catppuccin]] almost everywhere. The nix module integrates almost automatically everywhere (except gtk).
|
|
||||||
You'll notice the color values in multiple places outside this as well.
|
|
||||||
#+BEGIN_SRC nix :tangle generated/modules/system/nix.nix :noweb tangle :mkdirp yes :eval never-html
|
|
||||||
{ config, pkgs, ... }:
|
|
||||||
{
|
|
||||||
nix.settings = {
|
|
||||||
extra-experimental-cores = [ "nix-command" "flakes" ];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
#+END_SRC
|
|
||||||
|
|
||||||
** =generated/modules/desktop/rotating_wallpaper.nix=
|
** =generated/modules/desktop/rotating_wallpaper.nix=
|
||||||
rotating_wallpaper.nix installs wpaperd and deploys your wallpaper files from the repo (./assets/hyprland/wallpaperstuff/) into ~/Droidnix/wallpaperstuff/.
|
rotating_wallpaper.nix installs wpaperd and deploys your wallpaper files from the repo (./assets/hyprland/wallpaperstuff/) into ~/Droidnix/wallpaperstuff/.
|
||||||
You can edit assets/hyprland/wallpaperstuff/wallpaper.toml to change settings
|
You can edit assets/hyprland/wallpaperstuff/wallpaper.toml to change settings
|
||||||
|
|||||||
@@ -17,10 +17,3 @@ in
|
|||||||
max-jobs = 1;
|
max-jobs = 1;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
{ config, pkgs, ... }:
|
|
||||||
{
|
|
||||||
nix.settings = {
|
|
||||||
extra-experimental-cores = [ "nix-command" "flakes" ];
|
|
||||||
};
|
|
||||||
}
|
|
||||||
|
|||||||
Reference in New Issue
Block a user