Add /etc/backup
This commit is contained in:
parent
1b7ccaf7ba
commit
5747f8c525
2 changed files with 7 additions and 7 deletions
|
@ -22,7 +22,7 @@
|
||||||
system = hostname:
|
system = hostname:
|
||||||
nixpkgs.lib.nixosSystem {
|
nixpkgs.lib.nixosSystem {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
specialArgs = {inherit inputs;};
|
specialArgs = {inherit inputs; inherit self;};
|
||||||
modules =
|
modules =
|
||||||
[
|
[
|
||||||
"${self}/${hostname}/configuration.nix"
|
"${self}/${hostname}/configuration.nix"
|
||||||
|
|
|
@ -91,12 +91,12 @@
|
||||||
programs = {
|
programs = {
|
||||||
steam = {
|
steam = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = pkgs.symlinkJoin {
|
# package = pkgs.symlinkJoin {
|
||||||
name = pkgs.steam.name;
|
# name = pkgs.steam.name;
|
||||||
paths = [pkgs.steam];
|
# paths = [pkgs.steam];
|
||||||
buildInputs = [pkgs.makeWrapper];
|
# buildInputs = [pkgs.makeWrapper];
|
||||||
postBuild = ''wrapProgram $out/bin/steam --add-flags "-gamepadui"'';
|
# postBuild = ''wrapProgram $out/bin/steam --add-flags "-gamepadui"'';
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
fish.interactiveShellInit = "neowofetch";
|
fish.interactiveShellInit = "neowofetch";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue