refactor(flake): re-organise systems and modules
This commit is contained in:
parent
af70a9b56f
commit
eac470013b
6 changed files with 51 additions and 45 deletions
system/wsl2
|
@ -1,11 +1,17 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ inputs, username }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
../home-manager/modules/common.nix
|
||||
../home-manager/modules/git.nix
|
||||
../home-manager/modules/home-manager.nix
|
||||
../home-manager/modules/tmux.nix
|
||||
../home-manager/modules/zsh.nix
|
||||
inputs.home-manager.lib.homeManagerConfiguration {
|
||||
modules = [
|
||||
{
|
||||
imports = [
|
||||
../home-manager/modules/common.nix
|
||||
../home-manager/modules/git.nix
|
||||
../home-manager/modules/home-manager.nix
|
||||
../home-manager/modules/tmux.nix
|
||||
../home-manager/modules/zsh.nix
|
||||
];
|
||||
}
|
||||
];
|
||||
|
||||
pkgs = inputs.nixpkgs.legacyPackages.x86_64-linux;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue