From f8050dcf03644bd5a27004a982c014f13f9cdaa8 Mon Sep 17 00:00:00 2001 From: chase Date: Mon, 2 Jun 2025 16:00:12 -0400 Subject: [PATCH] Formatting --- flake.nix | 4 ++-- home/home.nix | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/flake.nix b/flake.nix index 3196acd..78f78ef 100644 --- a/flake.nix +++ b/flake.nix @@ -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 ]; }; } diff --git a/home/home.nix b/home/home.nix index 11dd9f2..8c69ed7 100644 --- a/home/home.nix +++ b/home/home.nix @@ -68,7 +68,7 @@ programs.emacs = { enable = true; - package = "pkgs.emacs-pgtk"; + package = pkgs.emacs-pgtk; }; programs.fastfetch = {