rearrange imports
This commit is contained in:
parent
4e86180652
commit
e272155088
19 changed files with 245 additions and 312 deletions
|
|
@ -1,18 +1,11 @@
|
|||
{user}: {
|
||||
modulesPath,
|
||||
lib,
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
];
|
||||
|
||||
{config, ...}: let
|
||||
user = config.user;
|
||||
in {
|
||||
system.stateVersion = "24.05";
|
||||
|
||||
home-manager.users.${user}.imports = [
|
||||
{
|
||||
home.stateVersion = "24.05";
|
||||
}
|
||||
../home/programs/sway.nix
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue