diff options
| author | Franck Cuny <franck@fcuny.net> | 2022-02-08 17:28:55 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2022-02-08 17:28:55 -0800 |
| commit | 3f9f7e7db43b826b97a7d3bc0da38a6e25db65f9 (patch) | |
| tree | 482e960b7e644212c270e68c1266b7fce1cfd2c1 /flake.nix | |
| parent | i3: move configuration to home-manager (diff) | |
| download | infra-3f9f7e7db43b826b97a7d3bc0da38a6e25db65f9.tar.gz | |
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.
Diffstat (limited to '')
| -rw-r--r-- | flake.nix | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -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; } ]; }; |
