From 3f9f7e7db43b826b97a7d3bc0da38a6e25db65f9 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 8 Feb 2022 17:28:55 -0800 Subject: i3: separate configuration for xserver and i3 Let's first configure the xserver in the desktop module, then we can have a configuration for i3 in the home-manager. --- flake.nix | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'flake.nix') diff --git a/flake.nix b/flake.nix index 2accd12..388fb48 100644 --- a/flake.nix +++ b/flake.nix @@ -29,11 +29,7 @@ home-manager.nixosModules.home-manager { home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; - home-manager.users.fcuny = { - imports = [ - ./users/fcuny/home-manager.nix - ]; - }; + home-manager.users.fcuny = import ./users/fcuny/home-manager.nix; } ]; }; -- cgit 1.4.1