add overlay for nix unstable

This commit is contained in:
aditya
2026-05-09 15:26:39 +05:30
parent 0b65bb0b7f
commit 77483da6be
4 changed files with 16 additions and 6 deletions
+3 -4
View File
@@ -9,6 +9,7 @@
[
./hardware-configuration.nix
./home/manager.nix
./system
];
boot.loader.systemd-boot.enable = true;
@@ -64,9 +65,7 @@
programs.firefox.enable = true;
nixpkgs.config.allowUnfree = true;
environment.systemPackages =
(with pkgs; [
environment.systemPackages = with pkgs; [
telegram-desktop
(discord.override {
withOpenASAR = true;
@@ -74,7 +73,7 @@
helix
nixd
nodejs
]);
];
nix.settings.experimental-features = [
"nix-command"