Compare commits
2 commits
59b62ac042
...
1285337ae1
Author | SHA1 | Date | |
---|---|---|---|
1285337ae1 | |||
54a7a82651 |
3 changed files with 2 additions and 4 deletions
|
@ -75,10 +75,6 @@
|
|||
|
||||
git-credential-oauth
|
||||
|
||||
xclip
|
||||
|
||||
uhk-agent
|
||||
|
||||
rustup
|
||||
gnumake
|
||||
zig
|
||||
|
|
|
@ -35,6 +35,7 @@
|
|||
feh
|
||||
imagemagick
|
||||
brave
|
||||
uhk-agent
|
||||
];
|
||||
|
||||
home.file = { };
|
||||
|
|
|
@ -46,6 +46,7 @@ in
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
dmenu
|
||||
xclip
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue