mirror of
https://github.com/FabricSoul/nixos-configs.git
synced 2026-02-03 22:26:24 -05:00
update flake
This commit is contained in:
parent
bdfa6df7b6
commit
d9c1f63f3b
2 changed files with 66 additions and 71 deletions
21
flake.nix
21
flake.nix
|
|
@ -17,11 +17,10 @@
|
|||
openapi-tui = {
|
||||
url = "github:zaghaghi/openapi-tui";
|
||||
};
|
||||
zen-browser = {
|
||||
url = "github:0xc000022070/zen-browser-flake";
|
||||
# IMPORTANT: we're using "libgbm" and is only available in unstable so ensure
|
||||
# to have it up-to-date or simply don't specify the nixpkgs input
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
||||
fabric-dwl = {
|
||||
url = "git+https://codeberg.org/FabricSoul/dwl";
|
||||
flake = true;
|
||||
};
|
||||
};
|
||||
|
||||
|
|
@ -30,9 +29,9 @@
|
|||
nixpkgs,
|
||||
# nvidiaPkgs,
|
||||
home-manager,
|
||||
zen-browser,
|
||||
nixvim,
|
||||
openapi-tui,
|
||||
fabric-dwl,
|
||||
...
|
||||
}: let
|
||||
lib = nixpkgs.lib;
|
||||
|
|
@ -66,12 +65,16 @@
|
|||
homeConfigurations.fabric = home-manager.lib.homeManagerConfiguration {
|
||||
inherit pkgs;
|
||||
extraSpecialArgs = {
|
||||
inherit nixvim openapi-tui zen-browser; # deleted hyprpanel
|
||||
inherit nixvim openapi-tui;
|
||||
};
|
||||
modules = [
|
||||
./home/fabric/default.nix
|
||||
nixvim.homeManagerModules.nixvim
|
||||
# hyprpanel.homeManagerModules.hyprpanel
|
||||
nixvim.homeModules.nixvim
|
||||
({pkgs, ...}: {
|
||||
home.packages = [
|
||||
fabric-dwl.packages.${pkgs.system}.default
|
||||
];
|
||||
})
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue