Minor clean up

This commit is contained in:
Isshi0417 2024-07-20 01:23:13 +09:00
parent 21e0a104f5
commit 70d1d64607
2 changed files with 3 additions and 8 deletions

View File

@ -1,4 +1,4 @@
{ inputs,onfig, pkgs, ... }: { inputs, config, pkgs, ... }:
{ {
imports = imports =
@ -17,7 +17,7 @@
# You should not change this value, even if you update Home Manager. If you do # 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 # want to update the value, then make sure to first check the Home Manager
# release notes. # 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; [ home.packages = with pkgs; [
# For funsies # For funsies
@ -30,11 +30,6 @@
transmission_4-gtk transmission_4-gtk
imagemagick imagemagick
neofetch neofetch
maim
xclip
slop
swappy
inotify-tools
]; ];
# Clips # Clips

View File

@ -53,4 +53,4 @@
autosuggestion.enable = true; autosuggestion.enable = true;
}; };
}; };
} }