non important commit

This commit is contained in:
maxstrb 2026-02-26 13:47:33 +01:00
parent 2919f7f171
commit 59cc687ac9
2 changed files with 3 additions and 12 deletions

View file

@ -13,22 +13,17 @@
url = "github:nix-community/home-manager";
inputs.nixpkgs.follows = "nixpkgs";
};
stylix = {
url = "github:danth/stylix";
inputs.nixpkgs.follows = "nixpkgs";
};
zen-browser = {
url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs";
};
dolphin-overlay = {
url = "github:rumboon/dolphin-overlay";
inputs.nixpkgs.follows = "nixpkgs";
};
hexecute = {
url = "github:ThatOtherAndrew/Hexecute";
inputs.nixpkgs.follows = "nixpkgs";
};
floatc = {
url = "git+https://git.stribrny.org/max_ag/floating-calculator";
inputs.nixpkgs.follows = "nixpkgs";
@ -47,9 +42,6 @@
./configuration/${device-name}/hardware-configuration.nix
inputs.home-manager.nixosModules.default
inputs.stylix.nixosModules.stylix
{
nixpkgs.overlays = [inputs.dolphin-overlay.overlays.default];
}
{
home-manager = {
useUserPackages = true;

View file

@ -9,7 +9,6 @@
home.packages = with pkgs; [
bluez
inputs.hexecute.packages.${pkgs.system}.default
];
wayland.windowManager.hyprland = {