Compare commits

..

1 Commits

Author SHA1 Message Date
fe1e772863 updating desktop kernelPackages 2025-11-01 00:09:03 -04:00
4 changed files with 1 additions and 10 deletions

View File

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

View File

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

View File

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

View File

@@ -43,12 +43,6 @@
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;
};
}; };
}; };
} }