From 246ab0cb33714846bc7e06448aa1e7fd9b93110d Mon Sep 17 00:00:00 2001 From: BalrajSinghGidda Date: Sat, 21 Mar 2026 17:10:14 +0530 Subject: [PATCH] idihfac --- .../qtile/__pycache__/config.cpython-313.pyc | Bin 11921 -> 11907 bytes flake.nix | 8 +++++++- modules/nixos/packages.nix | 1 + 3 files changed, 8 insertions(+), 1 deletion(-) diff --git a/config/qtile/__pycache__/config.cpython-313.pyc b/config/qtile/__pycache__/config.cpython-313.pyc index f0abeff4e08233c7a603b4dcb9fdbfa0d7a16fa9..7403e56473e125c3c5c25c3846d81900136557d3 100644 GIT binary patch delta 14 VcmbOj+Z?;0TZ~a`^DMFN;s7iJ1*iZ3 delta 28 jcmZpUofx~JTZ~^tKO;XkRX-^)rzkN?UvG1d*mrRNm>mj+ diff --git a/flake.nix b/flake.nix index 51e485a..de078d6 100644 --- a/flake.nix +++ b/flake.nix @@ -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 { diff --git a/modules/nixos/packages.nix b/modules/nixos/packages.nix index a1715c7..13781b0 100644 --- a/modules/nixos/packages.nix +++ b/modules/nixos/packages.nix @@ -57,6 +57,7 @@ in # Productivity libreoffice # Office suite + nix-alien # Nix Alien # Custom packages wallpapers # Custom wallpaper collection