preparing for stylix
This commit is contained in:
parent
720ebe4326
commit
47d5321743
5 changed files with 276 additions and 3 deletions
|
@ -9,6 +9,10 @@
|
|||
url = "github:nix-community/home-manager/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
stylix = {
|
||||
url = "github:danth/stylix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
# hyprland = {
|
||||
# type = "git";
|
||||
# url = "https://github.com/hyprwm/Hyprland";
|
||||
|
@ -64,6 +68,7 @@
|
|||
libre-presenter,
|
||||
eww,
|
||||
# ags,
|
||||
stylix,
|
||||
rust-overlay, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
|
@ -96,6 +101,7 @@
|
|||
./systems/syl/configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
# hyprland.nixosModules.default
|
||||
# stylix.nixosModules.stylix
|
||||
nixos-hardware.nixosModules.framework-11th-gen-intel
|
||||
# libre-presenter.defaultPackage
|
||||
{
|
||||
|
@ -113,6 +119,7 @@
|
|||
./systems/kaladin/configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
# hyprland.nixosModules.default
|
||||
# stylix.nixosModules.stylix
|
||||
nixos-hardware.nixosModules.common-gpu-amd
|
||||
{
|
||||
home-manager.useGlobalPkgs = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue