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 = {
imports = [
./home/home.nix
catppuccin.homeManagerModules.catppuccin
catppuccin.homeModules.catppuccin
];
};
}
@@ -67,7 +67,7 @@
home-manager.users.chase = {
imports = [
./home/home.nix
catppuccin.homeManagerModules.catppuccin
catppuccin.homeModules.catppuccin
];
};
}

View File

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