mirror of
https://codeberg.org/muon/home.git
synced 2025-12-05 23:57:46 +00:00
Update flake
This commit is contained in:
parent
97e5f1fe15
commit
72b7e5e708
9 changed files with 47 additions and 20 deletions
|
|
@ -5,10 +5,11 @@
|
|||
home-manager.url = "github:nix-community/home-manager";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
# stylix.url = "github:danth/stylix/release-23.11";
|
||||
stylix.url = "github:danth/stylix";
|
||||
};
|
||||
|
||||
outputs = inputs@{ nixpkgs, home-manager, ... }:
|
||||
outputs = inputs@{ nixpkgs, home-manager, stylix, ... }:
|
||||
let
|
||||
system = "x86_64-linux";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue