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