Skip to content

Commit 0381542

Browse files
committed
hyperion: fixes to install and server usability
1 parent ed16cd0 commit 0381542

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

flake.lock

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

flake.nix

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
url = "github:sodiboo/niri-flake";
3030
};
3131
wunschkonzert-install = {
32-
url = "path:/home/danieln/code/wunschkonzert-install";
32+
url = "git+ssh://[email protected]/debugloop/wunschkonzert-install";
3333
};
3434
};
3535

@@ -74,9 +74,6 @@
7474
];
7575
}
7676
);
77-
nixpkgs.overlays = [
78-
inputs.neovim-nightly-overlay.overlays.default
79-
];
8077
})
8178
];
8279
};
@@ -101,9 +98,6 @@
10198
];
10299
}
103100
);
104-
nixpkgs.overlays = [
105-
inputs.neovim-nightly-overlay.overlays.default
106-
];
107101
})
108102
inputs.niri.nixosModules.niri
109103
];

home/nvim/lua/plugins.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ return inject_all({
10151015
dependencies = {
10161016
{
10171017
"debugloop/layers.nvim",
1018-
dev = true,
1018+
dev = false,
10191019
opts = {},
10201020
},
10211021
{

hosts/common/nix.nix

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,10 @@
3030
allowUnfree = true;
3131
warnUndeclaredOptions = true;
3232
};
33-
overlays = [inputs.niri.overlays.niri];
33+
overlays = [
34+
inputs.neovim-nightly-overlay.overlays.default
35+
inputs.niri.overlays.niri
36+
];
3437
};
3538

3639
age = {

0 commit comments

Comments
 (0)