formating

This commit is contained in:
joygnu 2024-08-31 16:58:46 +02:00
parent de3f1f4544
commit d6a059e360
13 changed files with 52 additions and 62 deletions

View file

@ -1,13 +1,13 @@
{ {
imports = [ imports = [
./alacritty ./alacritty
./appimage ./appimage
./firefox ./firefox
./helix ./helix
./newsboat ./newsboat
./packages ./packages
./rofi ./rofi
./vm ./vm
./zsh ./zsh
]; ];
} }

View file

@ -69,4 +69,3 @@
texliveFull texliveFull
]; ];
} }

View file

@ -1,11 +1,11 @@
{ {
imports = [ imports = [
./apps ./apps
./desktop ./desktop
./hardware ./hardware
./services ./services
./styling ./styling
./system ./system
./tools ./tools
]; ];
} }

View file

@ -1,7 +1,7 @@
{ {
imports = [ imports = [
./ags ./ags
./hypridle ./hypridle
./hyprland ./hyprland
]; ];
} }

View file

@ -95,7 +95,7 @@
"$mod+shift, B, exec, sh ~/nix/modules/desktop/hyprland/scripts/ags.sh" "$mod+shift, B, exec, sh ~/nix/modules/desktop/hyprland/scripts/ags.sh"
"$mod, up, exec, sh ~/nix/modules/desktop/hyprland/scripts/volume.sh -i" "$mod, up, exec, sh ~/nix/modules/desktop/hyprland/scripts/volume.sh -i"
"$mod, down, exec, sh ~/nix/modules/desktop/hyprland/scripts/volume.sh -d" "$mod, down, exec, sh ~/nix/modules/desktop/hyprland/scripts/volume.sh -d"
"$mod, P, exec, hyprctl dispatch togglefloating && hyprctl dispatch pin" "$mod, P, exec, hyprctl dispatch togglefloating && hyprctl dispatch pin"
# cmus # cmus
"$mod, D, exec, sh ~/nix/modules/desktop/hyprland/scripts/cmus.sh" "$mod, D, exec, sh ~/nix/modules/desktop/hyprland/scripts/cmus.sh"

View file

@ -1,6 +1,6 @@
{ {
imports = [ imports = [
./bluetooth ./bluetooth
./sound ./sound
]; ];
} }

View file

@ -1,8 +1,8 @@
{ {
imports = [ imports = [
./dunst ./dunst
./gdm ./gdm
./polkit ./polkit
./syncthing ./syncthing
]; ];
} }

View file

@ -1,28 +1,27 @@
{ ... }: {...}: {
{
home-manager.users.joy.services.dunst = { home-manager.users.joy.services.dunst = {
enable = true; enable = true;
# settings = { # settings = {
# global = { # global = {
# frame_color = "#89b4fa"; # frame_color = "#89b4fa";
# separator_color = "frame"; # separator_color = "frame";
# }; # };
# urgency_low = { # urgency_low = {
# background = "#1e1e2e"; # background = "#1e1e2e";
# foreground = "#cdd6f4"; # foreground = "#cdd6f4";
# }; # };
# urgency_normal = { # urgency_normal = {
# background = "#1e1e2e"; # background = "#1e1e2e";
# foreground = "#cdd6f4"; # foreground = "#cdd6f4";
# }; # };
# urgency_critical = { # urgency_critical = {
# background = "#1e1e2e"; # background = "#1e1e2e";
# foreground = "#cdd6f4"; # foreground = "#cdd6f4";
# frame_color = "#fab387"; # frame_color = "#fab387";
# }; # };
# }; # };
}; };
} }

View file

@ -1,7 +1,7 @@
{ {
imports = [ imports = [
./qt ./qt
# ./gkt # ./gkt
./stylix ./stylix
]; ];
} }

View file

@ -10,7 +10,7 @@ in {
iconTheme.package = gruvboxPlus; iconTheme.package = gruvboxPlus;
iconTheme.name = "GruvboxPlus"; iconTheme.name = "GruvboxPlus";
}; };
# qt.enable = true; # qt.enable = true;
# qt.style.name = "adwaita-dark"; # qt.style.name = "adwaita-dark";
# qt.style.package = pkgs.adwaita-qt; # qt.style.package = pkgs.adwaita-qt;

View file

@ -1,5 +1,4 @@
{pkgs, ...}: {pkgs, ...}: {
{
home-manager.users.joy.qt = { home-manager.users.joy.qt = {
enable = true; enable = true;
style.name = "adwaita-dark"; style.name = "adwaita-dark";

View file

@ -1,10 +1,4 @@
{pkgs, ...}: {
{
inputs,
pkgs,
...
}: {
users.users.joy = { users.users.joy = {
isNormalUser = true; isNormalUser = true;
description = "joy"; description = "joy";
@ -40,7 +34,6 @@
services.udisks2.enable = true; services.udisks2.enable = true;
services.gvfs.enable = true; services.gvfs.enable = true;
home-manager.users.joy.programs.home-manager.enable = true; home-manager.users.joy.programs.home-manager.enable = true;
home-manager.users.joy.xdg.mimeApps.defaultApplications = { home-manager.users.joy.xdg.mimeApps.defaultApplications = {

View file

@ -1,7 +1,7 @@
{ {
imports = [ imports = [
./git ./git
./ssh ./ssh
./gpg ./gpg
]; ];
} }