mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-06 03:50:15 +00:00
tweaks for i3 and common
This commit is contained in:
@ -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 = {
|
||||
|
@ -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;
|
||||
|
Reference in New Issue
Block a user