Add flakes support for nix to dragyx/common
This commit is contained in:
parent
2d8c6b9cbd
commit
82cea01444
1 changed files with 5 additions and 0 deletions
|
@ -18,6 +18,11 @@ in
|
|||
localuser = null;
|
||||
};
|
||||
|
||||
nix = {
|
||||
package = pkgs.nixFlakes;
|
||||
extraOptions = "experimental-features = nix-command flakes";
|
||||
};
|
||||
|
||||
home-manager.users.${username} = {
|
||||
programs.firefox.profiles = {
|
||||
main = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue