From 70d1d64607bbb7b47e9a413e05419bc8e2da45e6 Mon Sep 17 00:00:00 2001 From: Isshi0417 Date: Sat, 20 Jul 2024 01:23:13 +0900 Subject: [PATCH] Minor clean up --- hosts/default/home.nix | 9 ++------- modules/home-manager/default.nix | 2 +- 2 files changed, 3 insertions(+), 8 deletions(-) diff --git a/hosts/default/home.nix b/hosts/default/home.nix index 105b390..d80f48d 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -1,4 +1,4 @@ -{ inputs,onfig, pkgs, ... }: +{ inputs, config, pkgs, ... }: { imports = @@ -17,7 +17,7 @@ # You should not change this value, even if you update Home Manager. If you do # want to update the value, then make sure to first check the Home Manager # release notes. - home.stateVersion = "23.11"; # Please read the comment before changing. + home.stateVersion = "24.05"; # Please read the comment before changing. home.packages = with pkgs; [ # For funsies @@ -30,11 +30,6 @@ transmission_4-gtk imagemagick neofetch - maim - xclip - slop - swappy - inotify-tools ]; # Clips diff --git a/modules/home-manager/default.nix b/modules/home-manager/default.nix index 77e367c..7118ca7 100644 --- a/modules/home-manager/default.nix +++ b/modules/home-manager/default.nix @@ -53,4 +53,4 @@ autosuggestion.enable = true; }; }; -} \ No newline at end of file +}