From 3e2757796e15939a4e7bf17f5ac220c95383fd64 Mon Sep 17 00:00:00 2001 From: notohh Date: Mon, 27 Feb 2023 05:12:00 -0500 Subject: [PATCH] chore: formatting --- modules/home/git/default.nix | 1 + modules/home/home.nix | 6 +++--- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/modules/home/git/default.nix b/modules/home/git/default.nix index e05035c..ec14a86 100644 --- a/modules/home/git/default.nix +++ b/modules/home/git/default.nix @@ -1,4 +1,5 @@ {pkgs, ...}: { + home.packages = [pkgs.gh]; programs.git = { diff --git a/modules/home/home.nix b/modules/home/home.nix index 376d945..a049efc 100755 --- a/modules/home/home.nix +++ b/modules/home/home.nix @@ -17,13 +17,13 @@ imports = [ ./waybar ./wayland/hyprland ]; + systemd.user.startServices = "sd-switch"; programs.home-manager.enable = true; home = { username = "notoh"; homeDirectory = "/home/notoh"; - stateVersion = "23.05"; packages = with pkgs; [ firefox neofetch @@ -31,7 +31,6 @@ imports = [ discord spotify-player btop - nvtop obs-studio pavucontrol unzip @@ -62,6 +61,7 @@ imports = [ cava hollywood ]; + + stateVersion = "23.05"; }; - } \ No newline at end of file