summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormakefu <github@syntax-fehler.de>2023-06-14 23:43:19 +0200
committermakefu <github@syntax-fehler.de>2023-06-14 23:43:19 +0200
commite73901be776063abe8f514863dd6582faec753df (patch)
treedaf6ead1bf274ba9983aed3ab1eb3cea8a02aa38
parent2669d334195043a1ae599eeac1a22ceef3e630b7 (diff)
main-laptop: remove unused with
-rw-r--r--2configs/main-laptop.nix3
1 files changed, 1 insertions, 2 deletions
diff --git a/2configs/main-laptop.nix b/2configs/main-laptop.nix
index 365415829..dc0d3ed89 100644
--- a/2configs/main-laptop.nix
+++ b/2configs/main-laptop.nix
@@ -1,11 +1,10 @@
-{ config, lib, pkgs, ... }:
+{ config, lib, pkgs, stockholm, ... }:
# stuff for the main laptop
# this is pretty much nice-to-have and does
# not fit into base-gui
# TODO split generic desktop stuff and laptop-specifics like lidswitching
-with import <stockholm/lib>;
let
window-manager = "awesome";
user = config.krebs.build.user.name;