diff --git a/config/qtile/__pycache__/config.cpython-313.pyc b/config/qtile/__pycache__/config.cpython-313.pyc index f0abeff..7403e56 100644 Binary files a/config/qtile/__pycache__/config.cpython-313.pyc and b/config/qtile/__pycache__/config.cpython-313.pyc differ 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