diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 21:29:32 +0100 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-02-02 21:29:32 +0100 |
| commit | 996bf6efefe44f0bbe023b5d9646f9d6466a16ed (patch) | |
| tree | c291477dffb6d1c5e73330b401d29a2374ef4b84 /flake.nix | |
| parent | 9695c1c909be4d48854690cdf47958551c2d3178 (diff) | |
added workaround for electron apps
Diffstat (limited to 'flake.nix')
| -rwxr-xr-x | flake.nix | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,9 +7,10 @@ url = "github:nix-community/home-manager/release-25.11"; inputs.nixpkgs.follows = "nixpkgs"; }; + niri.url = "github:sodiboo/niri-flake"; }; - outputs = { self, nixpkgs, home-manager, ... }@inputs: { + outputs = { self, nixpkgs, home-manager, niri, ... }@inputs: { nixosConfigurations = { kronos = nixpkgs.lib.nixosSystem { system = "x86_64-linux"; @@ -19,6 +20,7 @@ { home-manager.useGlobalPkgs = true; home-manager.useUserPackages = true; + home-manager.sharedModules = [ niri.homeModules.niri ]; home-manager.users.mun = import ./mun.nix; } |
