missed an import and removed an assign-import
parent
eaf8054ef3
commit
e214e511cd
|
@ -5,7 +5,7 @@
|
|||
|
||||
imports = [
|
||||
inputs.nix-colors.homeManagerModules.default
|
||||
../assets/colorScheme.nix
|
||||
../theming/colorScheme.nix
|
||||
../programs/sway
|
||||
../programs/dconf.nix
|
||||
../programs/zsh.nix
|
||||
|
@ -14,8 +14,6 @@
|
|||
../programs/obs.nix
|
||||
];
|
||||
|
||||
colorScheme = import ../theming/colorScheme.nix;
|
||||
|
||||
home = {
|
||||
stateVersion = "23.05";
|
||||
username = "hertog";
|
||||
|
|
Loading…
Reference in New Issue