Merge branch 'alpine/master' into framework/master, and update
This commit is contained in:
commit
cfee0454fd
9 changed files with 177 additions and 157 deletions
19
flake.nix
19
flake.nix
|
|
@ -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
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue