mirror of
https://github.com/BalrajSinghGidda/nixos-dotfiles.git
synced 2026-04-07 09:27:23 +00:00
idihfac
This commit is contained in:
Binary file not shown.
@@ -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
|
||||
{
|
||||
|
||||
@@ -57,6 +57,7 @@ in
|
||||
|
||||
# Productivity
|
||||
libreoffice # Office suite
|
||||
nix-alien # Nix Alien
|
||||
|
||||
# Custom packages
|
||||
wallpapers # Custom wallpaper collection
|
||||
|
||||
Reference in New Issue
Block a user