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