Split config
This commit is contained in:
parent
38337e482a
commit
34fbb0f945
14 changed files with 312 additions and 289 deletions
17
configs/user.nix
Normal file
17
configs/user.nix
Normal file
|
|
@ -0,0 +1,17 @@
|
|||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
<home-manager/nixos>
|
||||
];
|
||||
|
||||
home-manager.users.froidmpa = {pkgs, config, ...}: {
|
||||
imports = [
|
||||
./cli.nix
|
||||
./xmonad.nix
|
||||
./gui.nix
|
||||
];
|
||||
};
|
||||
|
||||
system.stateVersion = "19.09";
|
||||
}
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue