mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-21 14:49:10 -04:00
Compare commits
3 Commits
feature/ad
...
feature/ad
| Author | SHA1 | Date | |
|---|---|---|---|
| dc210d7380 | |||
| 41aad90140 | |||
| 76cd6e1188 |
@@ -15,6 +15,7 @@
|
|||||||
# graphics tools
|
# graphics tools
|
||||||
gimp3
|
gimp3
|
||||||
xcursorgen
|
xcursorgen
|
||||||
|
xf86_input_wacom
|
||||||
# browser
|
# browser
|
||||||
chromium
|
chromium
|
||||||
firefox
|
firefox
|
||||||
@@ -28,6 +29,7 @@
|
|||||||
# games
|
# games
|
||||||
dwarf-fortress
|
dwarf-fortress
|
||||||
endless-sky
|
endless-sky
|
||||||
|
osu-lazer
|
||||||
prismlauncher
|
prismlauncher
|
||||||
tower-pixel-dungeon
|
tower-pixel-dungeon
|
||||||
];
|
];
|
||||||
|
|||||||
@@ -80,6 +80,7 @@
|
|||||||
"nix.serverPath": "nil",
|
"nix.serverPath": "nil",
|
||||||
|
|
||||||
// python tools
|
// python tools
|
||||||
|
"python.defaultInterpreterPath": "/run/current-system/sw/bin/python",
|
||||||
"mypy.runUsingActiveInterpreter": true,
|
"mypy.runUsingActiveInterpreter": true,
|
||||||
|
|
||||||
// force the use of rust-analyzer from dev shell
|
// force the use of rust-analyzer from dev shell
|
||||||
|
|||||||
@@ -43,6 +43,12 @@
|
|||||||
identityFile = "~/.ssh/id_ed25519";
|
identityFile = "~/.ssh/id_ed25519";
|
||||||
port = 922;
|
port = 922;
|
||||||
};
|
};
|
||||||
|
leviathan = {
|
||||||
|
hostname = "192.168.90.127";
|
||||||
|
user = "richie";
|
||||||
|
identityFile = "~/.ssh/id_ed25519";
|
||||||
|
port = 332;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user