mirror of
https://github.com/harryssecret/homelab-nix.git
synced 2025-10-01 22:44:51 +02:00
more configuration for buldak
This commit is contained in:
parent
c3e41e3f2e
commit
45df03aec8
4 changed files with 10 additions and 3 deletions
|
@ -144,7 +144,7 @@
|
|||
];
|
||||
};
|
||||
|
||||
buldak = nixpkgs.lib.nixosSystem {
|
||||
buldak = nixpkgsUnstable.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = specialArgs;
|
||||
modules = [
|
||||
|
@ -161,8 +161,9 @@
|
|||
inputs.miovim.packages.${system}.default
|
||||
];
|
||||
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
};
|
||||
|
||||
home-manager.extraSpecialArgs = { inherit inputs; };
|
||||
}
|
||||
];
|
||||
};
|
||||
|
|
|
@ -68,7 +68,7 @@
|
|||
wofi-emoji
|
||||
obsidian
|
||||
|
||||
cinny-desktop
|
||||
#cinny-desktop
|
||||
audacious
|
||||
audacious-plugins
|
||||
|
||||
|
|
|
@ -6,6 +6,8 @@
|
|||
nil
|
||||
obs-studio
|
||||
osu-lazer-bin
|
||||
signal-desktop
|
||||
cider-2
|
||||
];
|
||||
|
||||
virtualisation.containers.enable = true;
|
||||
|
|
|
@ -4,4 +4,8 @@
|
|||
./nh.nix
|
||||
./tailscale.nix
|
||||
];
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
inputs.zen-browser.packages."${system}".default
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue