framework: install

This commit is contained in:
tristan 2025-04-03 17:05:52 +01:00
parent d6a216becc
commit dfc0391d27
2 changed files with 101 additions and 0 deletions

View file

@ -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