update kte, install kge and kte.

This commit is contained in:
2025-11-30 16:09:32 -08:00
parent 89a37a913f
commit d3fc10dc1c
4 changed files with 10 additions and 9 deletions

View File

@@ -42,6 +42,7 @@
inkscape inkscape
python312Packages.ipython python312Packages.ipython
kdePackages.ksshaskpass kdePackages.ksshaskpass
inputs.kte.packages.x86_64-linux.kge
lagrange lagrange
libGL libGL
libGL.dev libGL.dev

View File

@@ -7,14 +7,14 @@
# ./ghostty.nix # doesn't work yet # ./ghostty.nix # doesn't work yet
]; ];
services.xserver = { services.displayManager = {
displayManager = {
gdm = { gdm = {
enable = true; enable = true;
wayland = false; wayland = false;
}; };
}; enable = true;
enable = true; };
services.xserver = {
windowManager = { windowManager = {
# stumpwm is still on 24.05 / v2.4.10; but NixOS # stumpwm is still on 24.05 / v2.4.10; but NixOS
# is using v2.5.4. # is using v2.5.4.

View File

@@ -30,7 +30,7 @@
htop htop
imagemagick imagemagick
inputs.ke.packages.x86_64-linux.default inputs.ke.packages.x86_64-linux.default
inputs.kte.packages.x86_64-linux.default inputs.kte.packages.x86_64-linux.kte
jpegoptim jpegoptim
keychain keychain
libfixposix libfixposix

8
flake.lock generated
View File

@@ -47,11 +47,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1764527728, "lastModified": 1764547650,
"narHash": "sha256-Z2wR8ydSBwNfMdxoAftZ1kI8wIRqZW1SwFvq4R1DVy0=", "narHash": "sha256-xbksHiq8C2hyFGdGWiKoM5NnF72+uiLdUbzyqo3K2pM=",
"ref": "refs/heads/master", "ref": "refs/heads/master",
"rev": "8d1e9b2799e0543e6e99a5b054eee081294d999c", "rev": "b91406860c8c11bdf9b9fd4803459906aceafe29",
"revCount": 29, "revCount": 30,
"type": "git", "type": "git",
"url": "https://git.wntrmute.dev/kyle/kte" "url": "https://git.wntrmute.dev/kyle/kte"
}, },