mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
Trying out stylix!
This commit is contained in:
parent
d197630b54
commit
3a2ba281e8
5 changed files with 137 additions and 12 deletions
|
@ -6,9 +6,10 @@
|
|||
home-manager.url = "github:nix-community/home-manager/master";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nix-doom-emacs.url = "github:nix-community/nix-doom-emacs";
|
||||
stylix.url = "github:danth/stylix";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs, home-manager, nix-doom-emacs, ... }:
|
||||
outputs = { self, nixpkgs, home-manager, nix-doom-emacs, stylix, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
|
||||
|
@ -26,6 +27,7 @@
|
|||
modules = [
|
||||
./user/home.nix
|
||||
nix-doom-emacs.hmModule
|
||||
stylix.homeManagerModules.stylix
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue