feat: modified AGS bar styling
This commit is contained in:
parent
a88e7c28a5
commit
9fec340586
13 changed files with 238 additions and 184 deletions
|
@ -16,6 +16,7 @@
|
|||
./services/laptop.preset.nix
|
||||
./hardware-configuration.nix
|
||||
#./ags.nix
|
||||
./xdg.nix
|
||||
];
|
||||
environment.variables = {
|
||||
GDK_SCALE = config.displayScale;
|
||||
|
|
|
@ -3,5 +3,6 @@
|
|||
./nginx.service.nix
|
||||
./pipewire.service.nix
|
||||
./syncthing.service.nix
|
||||
./misc.service.nix
|
||||
];
|
||||
}
|
||||
|
|
13
nixos/services/misc.service.nix
Normal file
13
nixos/services/misc.service.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{...}: {
|
||||
specialisation.powersave.configuration = {
|
||||
services.auto-cpufreq.enable = true;
|
||||
};
|
||||
services = {
|
||||
upower.enable = true;
|
||||
udisks2.enable = true;
|
||||
#picom.enable = true;
|
||||
#blueman.enable = true;
|
||||
#gnome.gnome-keyring.enable = true;
|
||||
#openssh.enable = true;
|
||||
};
|
||||
}
|
6
nixos/stylix.nix
Normal file
6
nixos/stylix.nix
Normal file
|
@ -0,0 +1,6 @@
|
|||
{pkgs, ...}: {
|
||||
stylix = {
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-medium.yaml";
|
||||
stylix.image = ../home-manager/stvnliu/assets/gruvbox-wallpaper.png;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue