From e73901be776063abe8f514863dd6582faec753df Mon Sep 17 00:00:00 2001 From: makefu Date: Wed, 14 Jun 2023 23:43:19 +0200 Subject: main-laptop: remove unused with --- 2configs/main-laptop.nix | 3 +-- 1 file changed, 1 insertion(+), 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 ; let window-manager = "awesome"; user = config.krebs.build.user.name; -- cgit v1.2.3