summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoradikro <adikro@disroot.org>2026-03-19 15:22:45 +0100
committeradikro <adikro@disroot.org>2026-03-19 15:22:45 +0100
commit622fd3f8413e6c0938f8f08a3be84fe5d4ca9e87 (patch)
tree3f1264f717dae3df0f2cacdf4341bc9d5374ee20
parent9f58250cacc5a42a7d251eaa7d845ce143b98cfb (diff)
chore: syncing thinkpad
-rw-r--r--flake.lock18
-rw-r--r--hm/shell/cli.nix2
-rw-r--r--hosts/thinkpad/configuration.nix1
-rw-r--r--os/srv/gaming.nix1
4 files changed, 12 insertions, 10 deletions
diff --git a/flake.lock b/flake.lock
index f42c97d..b3a81f6 100644
--- a/flake.lock
+++ b/flake.lock
@@ -655,11 +655,11 @@
"nixpkgs": "nixpkgs_3"
},
"locked": {
- "lastModified": 1773916145,
- "narHash": "sha256-mpyGbs7cIgPXJzwojlOSXK19/7BJIXwjn4qK3UjeaoY=",
+ "lastModified": 1773927424,
+ "narHash": "sha256-D0oPwdA2FyBHEoyNRjTErPb3TPXacbAuTU9gzsQ62ws=",
"owner": "nix-community",
"repo": "NUR",
- "rev": "26cd386170669ed6a79f44d1b618db6c79bd7b69",
+ "rev": "8e3883d8f542cb2fec946c9a7c0d4b53494e54fa",
"type": "github"
},
"original": {
@@ -680,11 +680,11 @@
"systems": "systems_3"
},
"locked": {
- "lastModified": 1773863905,
- "narHash": "sha256-gfTSlftHbUmW3Z++XzquqH/GaAAI/z+Ep/zU03gLMQ4=",
+ "lastModified": 1773927734,
+ "narHash": "sha256-hjf4JtCVGXO3/1SznMKKC+qFsIxQcVhZvPpoNuBYdFY=",
"owner": "NotAShelf",
"repo": "nvf",
- "rev": "046afc8b3e7a5b0f668ef2dc1b8b904e5b892435",
+ "rev": "618cbe6aac5e72f1f9dc0d0dde145ee2d452df71",
"type": "github"
},
"original": {
@@ -1008,11 +1008,11 @@
"rust-overlay": "rust-overlay_2"
},
"locked": {
- "lastModified": 1773832716,
- "narHash": "sha256-ISTfvlQvYRFAU5DZ44CpgI4TqaUVhA7Gta6ENKQdCfE=",
+ "lastModified": 1773926350,
+ "narHash": "sha256-3ruS1oO1hkJa0lBNfRFZavU8G3uhPLzKu14MAhwizxk=",
"owner": "sxyazi",
"repo": "yazi",
- "rev": "cc2414728caa2fb848be27e3b96e977fa6913211",
+ "rev": "a246e9c7c06de188341aa7945077aac1255f3e03",
"type": "github"
},
"original": {
diff --git a/hm/shell/cli.nix b/hm/shell/cli.nix
index 73db375..91aa713 100644
--- a/hm/shell/cli.nix
+++ b/hm/shell/cli.nix
@@ -90,7 +90,7 @@ in
"processes"
"shell"
"display"
- "wm"
+ # "wm"
"terminal"
"cpu"
"gpu"
diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix
index 05e1832..5633579 100644
--- a/hosts/thinkpad/configuration.nix
+++ b/hosts/thinkpad/configuration.nix
@@ -59,6 +59,7 @@
};
gaming = {
enable = true;
+ games.enable = true;
steam.enable = true;
};
kdeconnect.enable = true;
diff --git a/os/srv/gaming.nix b/os/srv/gaming.nix
index acfd754..2bbf5f1 100644
--- a/os/srv/gaming.nix
+++ b/os/srv/gaming.nix
@@ -60,6 +60,7 @@ in
environment.systemPackages = with pkgs; [
openttd-jgrpp
openmw
+ portmod
];
})