fixes
This commit is contained in:
parent
c59562733d
commit
ac443f2f0c
3 changed files with 7 additions and 4 deletions
|
@ -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";
|
||||||
|
|
|
@ -16,6 +16,7 @@ in {
|
||||||
exe = mkOption { type = types.str; };
|
exe = mkOption { type = types.str; };
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
|
default = [];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue