Compare commits

...

2 Commits

Author SHA1 Message Date
f8050dcf03 Formatting 2025-06-02 16:00:12 -04:00
ce2a59cda4 Fixed typo 2025-06-02 15:51:29 -04:00
2 changed files with 4 additions and 4 deletions

View File

@@ -45,7 +45,7 @@
home-manager.users.chase = { home-manager.users.chase = {
imports = [ imports = [
./home/home.nix ./home/home.nix
catppuccin.homeManagerModules.catppuccin catppuccin.homeModules.catppuccin
]; ];
}; };
} }
@@ -67,7 +67,7 @@
home-manager.users.chase = { home-manager.users.chase = {
imports = [ imports = [
./home/home.nix ./home/home.nix
catppuccin.homeManagerModules.catppuccin catppuccin.homeModules.catppuccin
]; ];
}; };
} }

View File

@@ -68,7 +68,7 @@
programs.emacs = { programs.emacs = {
enable = true; enable = true;
package = "pkgs.emacs-pgtk"; package = pkgs.emacs-pgtk;
}; };
programs.fastfetch = { programs.fastfetch = {
@@ -304,7 +304,7 @@
]; ];
}; };
defaultEditor = true; defaultEditor = true;
} };
services.mpd = { services.mpd = {
enable = true; enable = true;