formating
This commit is contained in:
parent
9518f12e34
commit
b84c51a299
|
@ -1,13 +1,13 @@
|
|||
{
|
||||
imports = [
|
||||
./alacritty
|
||||
./appimage
|
||||
./firefox
|
||||
./helix
|
||||
./newsboat
|
||||
./packages
|
||||
./rofi
|
||||
./vm
|
||||
./zsh
|
||||
./alacritty
|
||||
./appimage
|
||||
./firefox
|
||||
./helix
|
||||
./newsboat
|
||||
./packages
|
||||
./rofi
|
||||
./vm
|
||||
./zsh
|
||||
];
|
||||
}
|
||||
|
|
|
@ -69,4 +69,3 @@
|
|||
texliveFull
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -1,11 +1,11 @@
|
|||
{
|
||||
imports = [
|
||||
./apps
|
||||
./desktop
|
||||
./hardware
|
||||
./services
|
||||
./styling
|
||||
./system
|
||||
./tools
|
||||
./apps
|
||||
./desktop
|
||||
./hardware
|
||||
./services
|
||||
./styling
|
||||
./system
|
||||
./tools
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./ags
|
||||
./hypridle
|
||||
./hyprland
|
||||
./ags
|
||||
./hypridle
|
||||
./hyprland
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
imports = [
|
||||
./bluetooth
|
||||
./bluetooth
|
||||
./sound
|
||||
];
|
||||
}
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{
|
||||
imports = [
|
||||
./dunst
|
||||
./gdm
|
||||
./polkit
|
||||
./syncthing
|
||||
./dunst
|
||||
./gdm
|
||||
./polkit
|
||||
./syncthing
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
}
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./qt
|
||||
# ./gkt
|
||||
./stylix
|
||||
./qt
|
||||
# ./gkt
|
||||
./stylix
|
||||
];
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -1,5 +1,4 @@
|
|||
{pkgs, ...}:
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
home-manager.users.joy.qt = {
|
||||
enable = true;
|
||||
style.name = "adwaita-dark";
|
||||
|
|
|
@ -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 = {
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
imports = [
|
||||
./git
|
||||
./ssh
|
||||
./gpg
|
||||
./git
|
||||
./ssh
|
||||
./gpg
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue