Add flakes support for nix to dragyx/common

This commit is contained in:
Dragyx 2024-04-21 19:59:53 +02:00
commit 827f5b15e9

View file

@ -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 = {