Configured Stylix (Disabled for now). Added plasma manager to configure kde plasma deterministically.

This commit is contained in:
2025-11-22 14:17:08 +01:00
parent 949ef79e1c
commit d345c5e207
7 changed files with 517 additions and 139 deletions

View File

@ -8,11 +8,18 @@
home-manager.url = "github:nix-community/home-manager/release-25.05";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
plasma-manager = {
url = "github:nix-community/plasma-manager";
inputs.nixpkgs.follows = "nixpkgs";
inputs.home-manager.follows = "home-manager";
};
zen-browser.url = "github:0xc000022070/zen-browser-flake";
zen-browser.inputs.nixpkgs.follows = "nixpkgs";
stylix.url = "github:nix-community/stylix";
#stylix.url = "github:nix-community/stylix/";
stylix.url = "github:nix-community/stylix/release-25.05"; #Had to use branch or it would not build corrently
stylix.inputs.nixpkgs.follows = "nixpkgs";
quickshell = {
@ -31,7 +38,7 @@
grub2-themes.url = "github:vinceliuice/grub2-themes";
};
outputs = inputs@{ nixpkgs, home-manager, nixos-hardware ,stylix, zen-browser, grub2-themes, nix-flatpak, ... }:
outputs = inputs@{ nixpkgs, home-manager, plasma-manager, nixos-hardware ,stylix, zen-browser, grub2-themes, nix-flatpak, ... }:
let
username = "cookiez";
hostname = "nixos";