fixes
This commit is contained in:
parent
c59562733d
commit
ac443f2f0c
3 changed files with 7 additions and 4 deletions
|
@ -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";
|
||||
|
|
|
@ -15,7 +15,8 @@ in {
|
|||
name = 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:
|
||||
- laptop config
|
||||
- install jetbrains plugins via nix
|
||||
|
|
Loading…
Reference in a new issue