non important commit
This commit is contained in:
parent
48f7dfe89d
commit
3dda66f3f8
3 changed files with 1 additions and 6 deletions
|
|
@ -25,10 +25,6 @@
|
|||
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";
|
||||
|
|
|
|||
|
|
@ -9,7 +9,6 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
bluez
|
||||
inputs.hexecute.packages.${pkgs.system}.default
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
btop
|
||||
fastfetch
|
||||
oh-my-posh
|
||||
inputs.floatc.packages.${pkgs.system}.default
|
||||
inputs.floatc.packages.${pkgs.stdenv.hostPlatform.system}.default
|
||||
];
|
||||
|
||||
gtk.enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue