formating

This commit is contained in:
joygnu 2024-09-01 21:55:50 +02:00
parent 7c895287ce
commit d5a089e790
5 changed files with 14 additions and 13 deletions

View file

@ -15,7 +15,6 @@
}; };
hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1"; hyprland.url = "git+https://github.com/hyprwm/Hyprland?submodules=1";
}; };
outputs = { outputs = {

View file

@ -1,7 +1,4 @@
{ {inputs, ...}: {
inputs,
...
}: {
networking.hostName = "laptop"; networking.hostName = "laptop";
networking.networkmanager.enable = true; networking.networkmanager.enable = true;
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;

View file

@ -1,4 +1,8 @@
{lib,config,...}: { {
lib,
config,
...
}: {
options = { options = {
hypridle.enable = lib.mkEnableOption "Enables kitty"; hypridle.enable = lib.mkEnableOption "Enables kitty";
}; };
@ -22,5 +26,4 @@
}; };
}; };
}; };
} }

View file

@ -1,4 +1,8 @@
{pkgs,inputs, ...}: { {
pkgs,
inputs,
...
}: {
home-manager.users.joy.home.packages = with pkgs; [ home-manager.users.joy.home.packages = with pkgs; [
rofi-wayland rofi-wayland
pwvucontrol pwvucontrol
@ -18,13 +22,11 @@
portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland; portalPackage = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
}; };
nix.settings = { nix.settings = {
substituters = ["https://hyprland.cachix.org"]; substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="]; trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
}; };
home-manager.users.joy.services.cliphist.enable = true; home-manager.users.joy.services.cliphist.enable = true;
home-manager.users.joy.wayland.windowManager.hyprland = { home-manager.users.joy.wayland.windowManager.hyprland = {