flake update and remove orca override

This commit is contained in:
2025-01-19 13:52:08 +01:00
parent f2127568e0
commit 820466201f
3 changed files with 25 additions and 42 deletions

View File

@@ -11,7 +11,7 @@
# └─ ./home.nix
#
{ lib, inputs, nixpkgs, nixpkgs-unstable, nixpkgs-orca, nixos-hardware, home-manager, home-manager-unstable, agenix, jovian-nixos, microvm, impermanence, lanzaboote, ... }:
{ lib, inputs, nixpkgs, nixpkgs-unstable, nixos-hardware, home-manager, home-manager-unstable, agenix, jovian-nixos, microvm, impermanence, lanzaboote, ... }:
let
user = "kabbone";
@@ -31,21 +31,21 @@ let
config.allowUnfree = true; # Allow proprietary software
};
pkgs-orca = import nixpkgs-orca {
inherit system;
config.allowUnfree = true; # Allow proprietary software
};
# pkgs-orca = import nixpkgs-orca {
# inherit system;
# config.allowUnfree = true; # Allow proprietary software
# };
lib = nixpkgs.lib;
users.defaultShell = "pkgs.zsh";
in
{
nixpkgs-unstable.overlays = [
(self: super: {
orca-slicer = pkgs-orca.orca-slicer;
})
];
# nixpkgs-unstable.overlays = [
# (self: super: {
# orca-slicer = pkgs-orca.orca-slicer;
# })
# ];
hades = lib.nixosSystem { # Desktop profile
inherit system;