home: move modules, add default.nix
This commit is contained in:
parent
787b5855b1
commit
ae20b39529
6
home/common/default.nix
Normal file
6
home/common/default.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{...}:
|
||||
{
|
||||
imports = [
|
||||
./wm.nix
|
||||
];
|
||||
}
|
5
home/package-sets/default.nix
Normal file
5
home/package-sets/default.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{...}:
|
||||
{
|
||||
imports = [
|
||||
];
|
||||
}
|
6
home/profile/default.nix
Normal file
6
home/profile/default.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{...}:
|
||||
{
|
||||
imports = [
|
||||
./base.nix
|
||||
];
|
||||
}
|
6
home/programs/default.nix
Normal file
6
home/programs/default.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{...}:
|
||||
{
|
||||
imports = [
|
||||
./comma.nix
|
||||
];
|
||||
}
|
6
home/sessions/default.nix
Normal file
6
home/sessions/default.nix
Normal file
@ -0,0 +1,6 @@
|
||||
{...}:
|
||||
{
|
||||
imports = [
|
||||
./hyprland.nix
|
||||
];
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user