Compare commits

...

2 commits

Author SHA1 Message Date
1285337ae1 uhk is a home thing 2024-06-30 01:26:45 -07:00
54a7a82651 moving xclip to dwm setup 2024-06-30 01:24:09 -07:00
3 changed files with 2 additions and 4 deletions

View file

@ -75,10 +75,6 @@
git-credential-oauth
xclip
uhk-agent
rustup
gnumake
zig

View file

@ -35,6 +35,7 @@
feh
imagemagick
brave
uhk-agent
];
home.file = { };

View file

@ -46,6 +46,7 @@ in
environment.systemPackages = with pkgs; [
dmenu
xclip
];
};
}