🖌️ Goodbye Stylix

- Added theming to Btop
- Added theming to Nvim and removed bufferline plugin
- Added mode to theme.nix to change from light theme to dark theme
- Replaced Starship theme with Catppuccin starship theme
- Added QT platformtheme ENV
- Moved wallpapers into wallpaper dir
- Replaced image of desktop1 with more up to date one
This commit is contained in:
2025-01-12 17:38:51 +01:00
parent f7e4fc7638
commit 6fbe3a6da0
22 changed files with 55 additions and 542 deletions

View File

@ -24,23 +24,15 @@
url = "github:Gerg-L/spicetify-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:danth/stylix/release-24.11";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser.url = "github:0xc000022070/zen-browser-flake";
};
outputs =
inputs@{
self, # Get a ref to outputs
catppuccin,
nixpkgs,
nixpkgs-unstable,
home-manager,
hyprpanel,
spicetify-nix,
stylix,
...
}:
let
@ -71,7 +63,6 @@
users.${common.username} = import ./home-manager;
};
}
stylix.nixosModules.stylix
./overlays.nix
];
};