Merge branch 'alpine/master' into framework/master, and update

This commit is contained in:
tristan 2025-06-24 14:33:01 +01:00
commit cfee0454fd
9 changed files with 177 additions and 157 deletions

View file

@ -22,6 +22,13 @@
zen-browser = {
url = "github:youwen5/zen-browser-flake";
};
cosmic-manager = {
url = "github:HeitorAugustoLN/cosmic-manager";
inputs = {
nixpkgs.follows = "nixpkgs";
home-manager.follows = "home-manager";
};
};
};
outputs = {nixvim, ...} @ inputs: let
@ -43,12 +50,12 @@
./nixos/programs/personal.nix
./nixos/services/musnix.nix
./nixos/workstation.nix
./nixos/programs/hyprland.nix
];
home-modules = [
./home/programs/graphical.nix
./home/programs/gamer.nix
./home/programs/personal/.
./home/desktop/cosmic/.
];
};
@ -99,16 +106,6 @@
];
};
vm-hyprland =
mkConf
{
nixos-modules = [
./hardware/vm.nix
(auto-login "Hyprland")
./nixos/programs/hyprland.nix
];
};
vm-tty =
mkConf
{