diff options
| author | polwex <polwex@sortug.com> | 2025-10-14 06:35:29 +0700 |
|---|---|---|
| committer | polwex <polwex@sortug.com> | 2025-10-14 06:35:29 +0700 |
| commit | 0983b8509b5595c8214f0df9264ccfb34af50ad7 (patch) | |
| tree | f034284a73de6f0eb8d7b250257b1d71ac403bfa /flake.nix | |
| parent | a61c5db40ee85f98e6f40417c73ef10ca566aa19 (diff) | |
m
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 13 |
1 files changed, 8 insertions, 5 deletions
@@ -33,10 +33,10 @@ # inputs.nixpkgs.follows = "nixpkgs"; # inputs.flake-utils.follows = "flake-utils"; # }; - agenix = { - url = "github:yaxitech/ragenix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; + # agenix = { + # url = "github:yaxitech/ragenix"; + # inputs.nixpkgs.follows = "nixpkgs"; + # }; nix-gaming.url = "github:fufexan/nix-gaming"; disko = { url = "github:nix-community/disko"; @@ -65,7 +65,10 @@ homix = { url = "github:homix-community/homix"; }; - kmonad.url = "github:kmonad/kmonad?dir=nix"; + kmonad = { + url = "github:kmonad/kmonad?dir=nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; helix.url = "github:helix-editor/helix"; waybar = { url = "github:alexays/waybar"; |
