Compare commits

..

No commits in common. "1285337ae1ee76862889142f14b06fbc9d691030" and "59b62ac042b25ec6f43cf2388065a0fbb6a59095" have entirely different histories.

3 changed files with 4 additions and 2 deletions

View file

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

View file

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

View file

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