seperate ctp theming from that file
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 23s
Some checks failed
Activate Homelab Configuration / rebuild (push) Failing after 23s
This commit is contained in:
parent
d66e964bd9
commit
52a06a539f
2 changed files with 9 additions and 8 deletions
|
|
@ -1,10 +1,18 @@
|
||||||
{ username, ... }: {
|
{ username, ctp-opt, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
./rice/theme.nix
|
./rice/theme.nix
|
||||||
./core/shell.nix
|
./core/shell.nix
|
||||||
./core/cli.nix
|
./core/cli.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
catppuccin = {
|
||||||
|
enable = true;
|
||||||
|
hyprlock.useDefaultConfig = false;
|
||||||
|
|
||||||
|
flavor = ctp-opt.flavor;
|
||||||
|
accent = ctp-opt.accent;
|
||||||
|
};
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
stateVersion = "24.11";
|
stateVersion = "24.11";
|
||||||
username = "${username}";
|
username = "${username}";
|
||||||
|
|
|
||||||
|
|
@ -1,11 +1,4 @@
|
||||||
{ lib, pkgs, ctp-opt, rice, ... }: {
|
{ lib, pkgs, ctp-opt, rice, ... }: {
|
||||||
catppuccin = {
|
|
||||||
enable = true;
|
|
||||||
hyprlock.useDefaultConfig = false;
|
|
||||||
|
|
||||||
flavor = ctp-opt.flavor;
|
|
||||||
accent = ctp-opt.accent;
|
|
||||||
};
|
|
||||||
|
|
||||||
dconf = {
|
dconf = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue