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";
|
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";
|
||||||
|
|
|
||||||
|
|
@ -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 = {
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue