Compare commits
2 Commits
7815fc2c15
...
57a1cc69b3
Author | SHA1 | Date | |
---|---|---|---|
57a1cc69b3 | |||
b4d9a1d144 |
@@ -37,7 +37,11 @@
|
|||||||
btop
|
btop
|
||||||
];
|
];
|
||||||
|
|
||||||
# host-specific Systemd services
|
# host-specific services
|
||||||
|
services = {
|
||||||
|
# Intel CPU overheating support
|
||||||
|
thermald.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
# This value determines the NixOS release from which the default
|
# This value determines the NixOS release from which the default
|
||||||
# settings for stateful data, like file locations and database versions
|
# settings for stateful data, like file locations and database versions
|
||||||
|
@@ -144,6 +144,9 @@
|
|||||||
# Bluetooth support
|
# Bluetooth support
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
|
# power management tool which allows for managing hibernate and suspend states
|
||||||
|
powerManagement.enable = true;
|
||||||
|
|
||||||
# ================================
|
# ================================
|
||||||
# PERMISSIONS
|
# PERMISSIONS
|
||||||
# ================================
|
# ================================
|
||||||
|
@@ -70,8 +70,8 @@ in {
|
|||||||
new_optimizations = true;
|
new_optimizations = true;
|
||||||
ignore_opacity = true;
|
ignore_opacity = true;
|
||||||
xray = false;
|
xray = false;
|
||||||
size = 2;
|
size = 3;
|
||||||
passes = 5;
|
passes = 3;
|
||||||
popups = true;
|
popups = true;
|
||||||
};
|
};
|
||||||
shadow = {
|
shadow = {
|
||||||
|
@@ -7,8 +7,8 @@ in {
|
|||||||
background = {
|
background = {
|
||||||
# Background image is set in host specific configuration
|
# Background image is set in host specific configuration
|
||||||
#path = "$HOME/git/nixos/modules/hm/images/sky.png";
|
#path = "$HOME/git/nixos/modules/hm/images/sky.png";
|
||||||
blur_size = 3;
|
blur_size = 2;
|
||||||
blur_passes = 4;
|
blur_passes = 3;
|
||||||
contrast = 1;
|
contrast = 1;
|
||||||
brightness = 0.5;
|
brightness = 0.5;
|
||||||
vibrancy = 0.2;
|
vibrancy = 0.2;
|
||||||
|
@@ -120,7 +120,7 @@
|
|||||||
{
|
{
|
||||||
output = ["HDMI-A-1"];
|
output = ["HDMI-A-1"];
|
||||||
spacing = 8;
|
spacing = 8;
|
||||||
"modules-left" = ["hyprland/workspaces" "mpris" "cava"];
|
"modules-left" = ["hyprland/workspaces"];
|
||||||
"modules-center" = ["hyprland/window"];
|
"modules-center" = ["hyprland/window"];
|
||||||
"modules-right" = ["clock"];
|
"modules-right" = ["clock"];
|
||||||
|
|
||||||
|
@@ -52,6 +52,7 @@ in {
|
|||||||
nodejs_22
|
nodejs_22
|
||||||
pnpm
|
pnpm
|
||||||
cypress
|
cypress
|
||||||
|
pgadmin4
|
||||||
postgresql_15
|
postgresql_15
|
||||||
beam26Packages.erlang
|
beam26Packages.erlang
|
||||||
beam26Packages.erlfmt
|
beam26Packages.erlfmt
|
||||||
|
Reference in New Issue
Block a user