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 = [
./alacritty
./appimage
./firefox
./helix
./newsboat
./packages
./rofi
./vm
./zsh
./alacritty
./appimage
./firefox
./helix
./newsboat
./packages
./rofi
./vm
./zsh
];
}

View file

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

View file

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

View file

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

View file

@ -95,7 +95,7 @@
"$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, 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
"$mod, D, exec, sh ~/nix/modules/desktop/hyprland/scripts/cmus.sh"

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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