summaryrefslogtreecommitdiffstats
path: root/2configs/main-laptop.nix
diff options
context:
space:
mode:
Diffstat (limited to '2configs/main-laptop.nix')
-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;