non important commit

This commit is contained in:
maxstrb 2026-02-24 23:18:56 +01:00
parent 48f7dfe89d
commit 3dda66f3f8
3 changed files with 1 additions and 6 deletions

View file

@ -25,10 +25,6 @@
url = "github:rumboon/dolphin-overlay"; url = "github:rumboon/dolphin-overlay";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
hexecute = {
url = "github:ThatOtherAndrew/Hexecute";
inputs.nixpkgs.follows = "nixpkgs";
};
floatc = { floatc = {
url = "git+https://git.stribrny.org/max_ag/floating-calculator"; url = "git+https://git.stribrny.org/max_ag/floating-calculator";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";

View file

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

View file

@ -12,7 +12,7 @@
btop btop
fastfetch fastfetch
oh-my-posh oh-my-posh
inputs.floatc.packages.${pkgs.system}.default inputs.floatc.packages.${pkgs.stdenv.hostPlatform.system}.default
]; ];
gtk.enable = true; gtk.enable = true;