rename home-manager/home.nix
to home-manager/cswimr.nix
This commit is contained in:
parent
0a2af8503b
commit
abf2748ec3
2 changed files with 1 additions and 1 deletions
|
@ -65,7 +65,7 @@
|
||||||
home-manager.useUserPackages = true;
|
home-manager.useUserPackages = true;
|
||||||
home-manager.users.cswimr = {
|
home-manager.users.cswimr = {
|
||||||
imports = [
|
imports = [
|
||||||
./home-manager/home.nix
|
./home-manager/cswimr.nix
|
||||||
catppuccin.homeManagerModules.catppuccin
|
catppuccin.homeManagerModules.catppuccin
|
||||||
{
|
{
|
||||||
catppuccin.enable = true;
|
catppuccin.enable = true;
|
||||||
|
|
Loading…
Reference in a new issue