sdlkjfj
This commit is contained in:
parent
11541ce44c
commit
8c04a1ee48
2 changed files with 9 additions and 1 deletions
|
@ -3,7 +3,8 @@
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
inputs.impermanence.homeManagerModules.impermanence
|
inputs.impermanence.homeManagerModules.impermanence
|
||||||
] ++ lib.getModuleImports ./.;
|
./packages.nix
|
||||||
|
];
|
||||||
|
|
||||||
home = {
|
home = {
|
||||||
username = "caem";
|
username = "caem";
|
||||||
|
|
7
modules/home/caem/packages.nix
Normal file
7
modules/home/caem/packages.nix
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
{ ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
imports = [
|
||||||
|
./desktop/gnome
|
||||||
|
];
|
||||||
|
}
|
Loading…
Add table
Reference in a new issue