Compare commits
2 Commits
473170975d
...
7815fc2c15
Author | SHA1 | Date | |
---|---|---|---|
7815fc2c15 | |||
bfee59eb7c |
@@ -19,9 +19,6 @@
|
|||||||
networking.firewall.allowedTCPPorts = [];
|
networking.firewall.allowedTCPPorts = [];
|
||||||
networking.firewall.allowedUDPPorts = [];
|
networking.firewall.allowedUDPPorts = [];
|
||||||
|
|
||||||
# Enable touchpad support (enabled default in most desktopManager).
|
|
||||||
# services.xserver.libinput.enable = true;
|
|
||||||
|
|
||||||
# Intel GPU support
|
# Intel GPU support
|
||||||
hardware.graphics = {
|
hardware.graphics = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@@ -136,8 +136,14 @@
|
|||||||
|
|
||||||
# Enable GNOME keyring for password management
|
# Enable GNOME keyring for password management
|
||||||
gnome.gnome-keyring.enable = true;
|
gnome.gnome-keyring.enable = true;
|
||||||
|
|
||||||
|
# Bluetooth support
|
||||||
|
blueman.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Bluetooth support
|
||||||
|
hardware.bluetooth.enable = true;
|
||||||
|
|
||||||
# ================================
|
# ================================
|
||||||
# PERMISSIONS
|
# PERMISSIONS
|
||||||
# ================================
|
# ================================
|
||||||
|
@@ -125,7 +125,6 @@
|
|||||||
|
|
||||||
# ---- SYSTEM CONTROL ----
|
# ---- SYSTEM CONTROL ----
|
||||||
pavucontrol # GUI audio mixer and control
|
pavucontrol # GUI audio mixer and control
|
||||||
blueman # Bluetooth manager with system tray
|
|
||||||
networkmanagerapplet # Network management system tray
|
networkmanagerapplet # Network management system tray
|
||||||
brightnessctl # Screen brightness control (laptops)
|
brightnessctl # Screen brightness control (laptops)
|
||||||
|
|
||||||
|
@@ -120,7 +120,7 @@
|
|||||||
{
|
{
|
||||||
output = ["HDMI-A-1"];
|
output = ["HDMI-A-1"];
|
||||||
spacing = 8;
|
spacing = 8;
|
||||||
"modules-left" = ["hyprland/workspaces" "cava" "mpris"];
|
"modules-left" = ["hyprland/workspaces" "mpris" "cava"];
|
||||||
"modules-center" = ["hyprland/window"];
|
"modules-center" = ["hyprland/window"];
|
||||||
"modules-right" = ["clock"];
|
"modules-right" = ["clock"];
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user