Merge branch 'framework/master' into alpine/master

This commit is contained in:
Tristan 2025-04-29 02:05:25 +01:00
commit 45e4b43857
27 changed files with 357 additions and 321 deletions

View file

@ -64,6 +64,21 @@
./home/programs/mpd.nix
./home/programs/work.nix
./home/programs/graphical.nix
./home/desktop/cosmic/laptop.nix
];
};
framework-13 = mkConf {
nixos-modules = [
./hardware/framework-13.nix
./nixos/workstation.nix
./nixos/modules/work.nix
./nixos/programs/hyprland.nix
(import ./nixos/programs/auto-login.nix "hyprland")
];
home-modules = [
./home/programs/work.nix
./home/programs/graphical.nix
];
};