diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 12:42:14 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-05 12:42:14 +0100 |
| commit | 36b7f50514a4a6531b65e40c89414db253d6fe02 (patch) | |
| tree | 0e3f989468571778c5063a1d2875a234c53dab76 | |
| parent | 53d74bae280a11cfe6d866ed25ab0dd555fc3bf1 (diff) | |
removed niri from flake
| -rwxr-xr-x | flake.nix | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -7,10 +7,9 @@ url = "github:nix-community/home-manager/release-25.11"; inputs.nixpkgs.follows = "nixpkgs"; }; - niri.url = "github:sodiboo/niri-flake"; }; - outputs = { self, nixpkgs, home-manager, niri, ... }@inputs: { + outputs = { self, nixpkgs, home-manager, ... }@inputs: { nixosConfigurations = { kronos = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; @@ -20,7 +19,6 @@ { home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; - home-manager.sharedModules = [ niri.homeModules.niri ]; home-manager.users.mun = import ./mun.nix; } |
