Minor clean up
This commit is contained in:
parent
21e0a104f5
commit
70d1d64607
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user