mirror of
https://github.com/EdenQwQ/nixos.git
synced 2025-12-26 18:34:56 +08:00
18 lines
304 B
Nix
18 lines
304 B
Nix
{
|
|
programs = {
|
|
fish.enable = true;
|
|
adb.enable = true;
|
|
light.enable = true;
|
|
wshowkeys.enable = true;
|
|
nix-ld.enable = true;
|
|
virt-manager.enable = true;
|
|
git = {
|
|
enable = true;
|
|
config = {
|
|
safe = {
|
|
directory = "*";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|