diff options
| author | spl3g <spleefer6@yandex.ru> | 2025-05-01 15:01:20 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 15:16:52 +0300 |
| commit | f5d488074da9dc774b050bd35127b3dc92a790ca (patch) | |
| tree | 5cf65ca538b3f2e3c779908381385340840eb835 /flake.nix | |
| parent | a4f185292f9d040fb7a9100ea206233e6f61f9ac (diff) | |
feat: add zen browser config
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -38,6 +38,13 @@ # Hardware configs for my laptop nixos-hardware.url = "github:NixOS/nixos-hardware/master"; + zen-browser = { + url = "github:0xc000022070/zen-browser-flake"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + + niri.url = "github:sodiboo/niri-flake"; + shimmer = { url = "github:nuclearcodecat/shimmer"; flake = false; |
