mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-05-02 03:21:50 +08:00
16 lines
256 B
Nix
16 lines
256 B
Nix
{
|
|
programs = {
|
|
fish.enable = true;
|
|
wshowkeys.enable = true;
|
|
nix-ld.enable = true;
|
|
virt-manager.enable = true;
|
|
git = {
|
|
enable = true;
|
|
config = {
|
|
safe = {
|
|
directory = "*";
|
|
};
|
|
};
|
|
};
|
|
};
|
|
}
|