framework: install
This commit is contained in:
parent
d6a216becc
commit
dfc0391d27
2 changed files with 101 additions and 0 deletions
13
flake.nix
13
flake.nix
|
|
@ -68,6 +68,19 @@
|
|||
];
|
||||
};
|
||||
|
||||
framework-14 = mkConf {
|
||||
nixos-modules = [
|
||||
./hardware/framework-14.nix
|
||||
./nixos/workstation.nix
|
||||
./nixos/modules/work.nix
|
||||
./nixos/programs/hyprland.nix
|
||||
];
|
||||
home-modules = [
|
||||
./home/programs/work.nix
|
||||
./home/programs/graphical.nix
|
||||
];
|
||||
};
|
||||
|
||||
alpine = mkConf {
|
||||
nixos-modules = [
|
||||
./hardware/alpine.nix
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue