mirror of
https://github.com/youwen5/liminalOS.git
synced 2025-06-20 05:59:51 -07:00
chore: enable flakes and nix-command by default in core module
This commit is contained in:
parent
202f294ce3
commit
5ab18f41ca
4 changed files with 7 additions and 12 deletions
|
@ -22,4 +22,11 @@
|
|||
};
|
||||
|
||||
services.gnome.gnome-keyring.enable = true;
|
||||
|
||||
nix = {
|
||||
settings.experimental-features = [
|
||||
"nix-command"
|
||||
"flakes"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue