This commit is contained in:
krizej 2024-09-01 14:52:53 +02:00
parent c59562733d
commit ac443f2f0c
3 changed files with 7 additions and 4 deletions

View file

@ -66,7 +66,9 @@
gaming = { gaming = {
enable = true; enable = true;
homm3 = true; scripts = [
{ name = "homm3"; exe = "HD_Launcher.exe"; }
];
}; };
fish = { fish = {
@ -79,6 +81,7 @@
ssh = { ssh = {
enable = true; enable = true;
keys = { keys = {
"git@codeberg.org".file = "codeberg";
"git@github.com".file = "github"; "git@github.com".file = "github";
"forgejo@git.jacekpoz.pl".file = "jacekgit"; "forgejo@git.jacekpoz.pl".file = "jacekgit";
"krizej@192.168.1.12".file = "rpi"; "krizej@192.168.1.12".file = "rpi";

View file

@ -15,7 +15,8 @@ in {
name = mkOption { type = types.str; }; name = mkOption { type = types.str; };
exe = mkOption { type = types.str; }; exe = mkOption { type = types.str; };
}; };
}); });
default = [];
}; };
}; };

View file

@ -1,5 +1,4 @@
i have no idea what i'm doing i have a slight idea of what i'm doing
todo: todo:
- laptop config
- install jetbrains plugins via nix - install jetbrains plugins via nix