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 =
@ -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

View File

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