Compare commits

..

3 Commits

Author SHA1 Message Date
dc210d7380 adding xf86_input_wacom 2025-11-02 09:54:38 -05:00
41aad90140 updated python.defaultInterpreterPath 2025-11-01 18:00:38 -04:00
76cd6e1188 adding osu-lazer for 2025-11-01 18:00:38 -04:00
4 changed files with 10 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
{ pkgs, ... }:
{
boot = {
kernelPackages = pkgs.linuxPackages_6_17;
kernelPackages = pkgs.linuxPackages_6_16;
zfs.package = pkgs.zfs_2_3;
};

View File

@@ -15,6 +15,7 @@
# graphics tools
gimp3
xcursorgen
xf86_input_wacom
# browser
chromium
firefox
@@ -28,6 +29,7 @@
# games
dwarf-fortress
endless-sky
osu-lazer
prismlauncher
tower-pixel-dungeon
];

View File

@@ -80,6 +80,7 @@
"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

View File

@@ -43,6 +43,12 @@
identityFile = "~/.ssh/id_ed25519";
port = 922;
};
leviathan = {
hostname = "192.168.90.127";
user = "richie";
identityFile = "~/.ssh/id_ed25519";
port = 332;
};
};
};
}