cachyos again + cleanup

This commit is contained in:
2024-09-30 10:38:37 -04:00
parent 3408de28a2
commit e63c95d319
7 changed files with 26 additions and 73 deletions

View File

@@ -31,7 +31,7 @@
};
zen-browser = {
url = "github:MarceColl/zen-browser-flake";
url = "github:ch4og/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
@@ -46,12 +46,6 @@
url = "github:Matoking/vdf/support_new_bvdf";
flake = false;
};
firefox-mod-theme = {
url = "github:datguypiko/Firefox-Mod-Blur";
flake = false;
};
};
outputs =
@@ -71,7 +65,6 @@
pkgs = import nixpkgs { };
in
{
homeConfigurations.${username} = home-manager.lib.homeManagerConfiguration {
inherit pkgs;
extraSpecialArgs = {
@@ -82,13 +75,11 @@
niri.homeModules.config
agenix.homeManagerModules.age
# add declarative rust modules
(
{ pkgs, ... }:
{
nixpkgs.overlays = [
rust-overlay.overlays.default
niri.overlays.niri
];
# home-manager stuff