aint gonna fuck with this for a while

This commit is contained in:
2021-04-24 08:37:16 +05:30
parent 7d3321fabc
commit c67dc7dd34
5 changed files with 21 additions and 6 deletions

View File

@@ -45,4 +45,11 @@
sxiv
mpv
];
programs.steam.enable = true;
nix = {
package = pkgs.nixUnstable;
extraOptions = ''
experimental-features = nix-command flakes
'';
};
}