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

View file

@ -16,6 +16,7 @@ in {
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:
- laptop config
- install jetbrains plugins via nix