diff options
| author | spl3g <spleefer6@yandex.ru> | 2024-04-13 03:32:42 +0300 |
|---|---|---|
| committer | spl3g <spleefer6@yandex.ru> | 2025-05-01 14:56:39 +0300 |
| commit | 64dffd3951e8e9bac6562e91eba4f02791c890d8 (patch) | |
| tree | b09414ba486c9c121592d550a741004a569b53ef /flake.nix | |
| parent | ed793a673810442d3ae6a1596fd364ef08e7fb36 (diff) | |
add niri
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -4,6 +4,7 @@ inputs = { # Nixpkgs nixpkgs.url = github:nixos/nixpkgs/nixos-unstable; + nixpkgs-small.url = github:nixos/nixpkgs/nixos-unstable-small; # Home manager home-manager = { @@ -22,14 +23,23 @@ }; nix-colors.url = github:Misterio77/nix-colors; + + nh = { + url = github:viperML/nh; + inputs.nixpkgs.follows = "nixpkgs"; # override this repo's nixpkgs snapshot + }; + + niri.url = github:/sodiboo/niri-flake; }; outputs = { self , nixpkgs + , nixpkgs-small , home-manager , nurpkgs , hyprland , nix-colors + , niri , ... }@inputs: let inherit (self) outputs; @@ -68,6 +78,7 @@ modules = [ ./nixos/laptop/configuration.nix nurpkgs.nixosModules.nur + niri.nixosModules.niri ]; }; ltrr = nixpkgs.lib.nixosSystem { |
