tweaks for i3 and common

This commit is contained in:
Noah Masur
2022-10-28 23:58:33 -04:00
parent bf09e166a9
commit e16674c817
3 changed files with 13 additions and 12 deletions

View File

@ -23,7 +23,7 @@
};
identityFile = lib.mkOption {
type = lib.types.str;
description = "Path to existing identity file.";
description = "Path to existing private key file.";
default = "/etc/ssh/ssh_host_ed25519_key";
};
gui = {

View File

@ -14,7 +14,6 @@ nixpkgs.lib.nixosSystem {
nix.registry.nixpkgs.flake = nixpkgs;
identityFile = "/home/${globals.user}/.ssh/id_ed25519";
gaming.steam = true;
gaming.leagueoflegends = true;
gaming.legendary = true;
gui = {
enable = true;