Big refactor, test first
This commit is contained in:
parent
fa6a06c51e
commit
f7b36ba224
30 changed files with 76 additions and 30 deletions
13
home-manager/hosts/EDI/default.nix
Normal file
13
home-manager/hosts/EDI/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
lib,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# You can import other home-manager modules here
|
||||
imports = [
|
||||
./lillian.nix
|
||||
];
|
||||
}
|
|
@ -18,8 +18,8 @@
|
|||
|
||||
# You can also split up your configuration and import pieces of it here:
|
||||
# ./nvim.nix
|
||||
../../desktop/configuration.nix
|
||||
./package-configs/plasma-desktop/configuration.nix
|
||||
../../desktop
|
||||
./package-configs/plasma-desktop
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
Loading…
Add table
Add a link
Reference in a new issue