From 59cc687ac90223933a6e1c0961f6ec0bf9abb696 Mon Sep 17 00:00:00 2001 From: maxstrb Date: Thu, 26 Feb 2026 13:47:33 +0100 Subject: [PATCH] non important commit --- flake.nix | 14 +++----------- home/laptop/hyprland.nix | 1 - 2 files changed, 3 insertions(+), 12 deletions(-) diff --git a/flake.nix b/flake.nix index 2d49302..232e8d0 100644 --- a/flake.nix +++ b/flake.nix @@ -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; diff --git a/home/laptop/hyprland.nix b/home/laptop/hyprland.nix index 0e310e7..8a0e5a6 100644 --- a/home/laptop/hyprland.nix +++ b/home/laptop/hyprland.nix @@ -9,7 +9,6 @@ home.packages = with pkgs; [ bluez - inputs.hexecute.packages.${pkgs.system}.default ]; wayland.windowManager.hyprland = {