Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
khaneliman committed Dec 9, 2024
1 parent 96dc6aa commit 400ae3e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion homes/x86_64-linux/bruddy@bruddynix/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
...
}:
let
inherit (lib.${namespace}) enabled;
inherit (lib.${namespace}) enabled disabled;
in
{
khanelinix = {
Expand Down Expand Up @@ -34,6 +34,9 @@ in
};

terminal = {
media = {
ncmpcpp = disabled;
};
tools = {
git = {
enable = true;
Expand Down

0 comments on commit 400ae3e

Please sign in to comment.