remove noctalia and nix-index-database + add bcdl-free flake
This commit is contained in:
@@ -9,10 +9,6 @@
|
||||
url = "github:AceSLS/SLSsteam";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
noctalia = {
|
||||
url = "github:noctalia-dev/noctalia";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
zen-browser.url = "github:0xc000022070/zen-browser-flake";
|
||||
xremap-flake.url = "github:xremap/nix-flake";
|
||||
yazi.url = "github:sxyazi/yazi";
|
||||
@@ -21,10 +17,7 @@
|
||||
url = "github:rPlakama/gsr-ui-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nix-index-database = {
|
||||
url = "github:nix-community/nix-index-database";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
bcdl-free.url = "git+https://git.pizzasucht.net/KeksNino/free-bandcamp-downloader";
|
||||
};
|
||||
|
||||
outputs =
|
||||
@@ -36,9 +29,8 @@
|
||||
sls-steam,
|
||||
yazi,
|
||||
millennium,
|
||||
noctalia,
|
||||
gsr-ui,
|
||||
nix-index-database,
|
||||
bcdl-free,
|
||||
...
|
||||
}:
|
||||
let
|
||||
@@ -56,23 +48,21 @@
|
||||
home-manager.nixosModules.home-manager
|
||||
xremap-flake.nixosModules.default
|
||||
gsr-ui.nixosModules.default
|
||||
nix-index-database.nixosModules.default
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
(final: prev: {
|
||||
samrewritten = final.callPackage ./package.nix { };
|
||||
})
|
||||
yazi.overlays.default
|
||||
millennium.overlays.default
|
||||
];
|
||||
|
||||
environment.systemPackages = [ bcdl-free.packages.${system}.default ];
|
||||
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
|
||||
home-manager.users.user = import ./home-manager/home.nix;
|
||||
|
||||
home-manager.extraSpecialArgs = {
|
||||
inherit noctalia zen-browser;
|
||||
inherit zen-browser;
|
||||
};
|
||||
|
||||
home-manager.backupFileExtension = "backup";
|
||||
|
||||
Reference in New Issue
Block a user