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