This commit is contained in:
BalrajSinghGidda
2026-03-21 17:10:14 +05:30
parent 5e0976eb67
commit 246ab0cb33
3 changed files with 8 additions and 1 deletions

View File

@@ -12,10 +12,11 @@
# Ensure Home Manager uses the same nixpkgs as system
inputs.nixpkgs.follows = "nixpkgs";
};
nix-alien.url = "github:thiagokokada/nix-alien";
};
# Flake outputs - what this flake produces
outputs = { self, nixpkgs, home-manager, ... }: {
outputs = { self, nixpkgs, home-manager, nix-alien, ... }: {
# System configuration for the "nixos-btw" host
nixosConfigurations.nixos-btw = nixpkgs.lib.nixosSystem {
system = "x86_64-linux";
@@ -23,6 +24,11 @@
# Import host-specific configuration
./hosts/nixos-btw
({ self, system, ... }: {
environment.systemPackages = with self.inputs.nix-alien.packages.${system}; [
nix-alien
];
# Enable Home Manager as a NixOS module
home-manager.nixosModules.home-manager
{

View File

@@ -57,6 +57,7 @@ in
# Productivity
libreoffice # Office suite
nix-alien # Nix Alien
# Custom packages
wallpapers # Custom wallpaper collection