Minor clean up
This commit is contained in:
parent
21e0a104f5
commit
70d1d64607
@ -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
|
||||
|
||||
@ -53,4 +53,4 @@
|
||||
autosuggestion.enable = true;
|
||||
};
|
||||
};
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user