Compare commits

..

No commits in common. "75ab739fffeee92127e9d8b182b0188b53e1719b" and "846320eb5567eeb0359003fc1c8e4c2e04ac6150" have entirely different histories.

11 changed files with 40 additions and 98 deletions

View file

@ -1,2 +0,0 @@
#!/bin/sh
exec brightnessctl set 5%-

View file

@ -1,2 +0,0 @@
#!/bin/sh
exec brightnessctl set +5%

View file

@ -1,5 +0,0 @@
#!/bin/sh
echo "Running volume-down.sh at $(date)" >> /tmp/dwl-script.log
echo "USER=$USER" >> /tmp/dwl-script.log
echo "PATH=$PATH" >> /tmp/dwl-script.log
exec pactl set-sink-volume @DEFAULT_SINK@ -5%

View file

@ -1,2 +0,0 @@
#!/bin/sh
exec pactl set-sink-mute @DEFAULT_SINK@ toggle

View file

@ -1,5 +0,0 @@
#!/bin/sh
echo "Running volume-up.sh at $(date)" >> /tmp/dwl-script.log
echo "USER=$USER" >> /tmp/dwl-script.log
echo "PATH=$PATH" >> /tmp/dwl-script.log
exec pactl set-sink-volume @DEFAULT_SINK@ +5%

32
flake.lock generated
View file

@ -5,11 +5,11 @@
"nixpkgs": "nixpkgs" "nixpkgs": "nixpkgs"
}, },
"locked": { "locked": {
"lastModified": 1754696903, "lastModified": 1754514691,
"narHash": "sha256-H+qoDZddFhYq8lT2E3NahF7wiDJLMYE6Pe0E6izz+cg=", "narHash": "sha256-/KgE/0DAMTOEIwubGoEcFSO3HP0peOdJEHoe7gOCO/8=",
"ref": "refs/heads/main", "ref": "refs/heads/main",
"rev": "3ac2d7261d747ee5cf6721a570993fdcd2300726", "rev": "c35ba0afa76a7a7143bede61e4cb1caf63efc52e",
"revCount": 1335, "revCount": 1329,
"type": "git", "type": "git",
"url": "https://codeberg.org/FabricSoul/dwl" "url": "https://codeberg.org/FabricSoul/dwl"
}, },
@ -48,11 +48,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1754487366, "lastModified": 1754420989,
"narHash": "sha256-pHYj8gUBapuUzKV/kN/tR3Zvqc7o6gdFB9XKXIp1SQ8=", "narHash": "sha256-3e4wHzNwTMg7GaeLH9A091DMaO9AfFxUjpfqbddCUeo=",
"owner": "hercules-ci", "owner": "hercules-ci",
"repo": "flake-parts", "repo": "flake-parts",
"rev": "af66ad14b28a127c5c0f3bbb298218fc63528a18", "rev": "7f38f25a44023a21a504bd3fd9d4f41c4a39f55c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -104,11 +104,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1754613544, "lastModified": 1754503522,
"narHash": "sha256-ueR1mGX4I4DWfDRRxxMphbKDNisDeMPMusN72VV1+cc=", "narHash": "sha256-V0iiDcYvNeMOP2FyfgC4H8Esx+JodXEl80lD4hFD4SI=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "cc2fa2331aebf9661d22bb507d362b39852ac73f", "rev": "13461dec40bf03d9196ff79d1abe48408268cc35",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -164,11 +164,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1754651824, "lastModified": 1754340878,
"narHash": "sha256-aB7ft6njy9EJfuW+rdToNChfRrHNRw/yTg5cSEnG+HI=", "narHash": "sha256-lgmUyVQL9tSnvvIvBp7x1euhkkCho7n3TMzgjdvgPoU=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b069b7c1e2fe1a3a24221428558bf44128d3d5c8", "rev": "cab778239e705082fe97bb4990e0d24c50924c04",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -204,11 +204,11 @@
"systems": "systems_2" "systems": "systems_2"
}, },
"locked": { "locked": {
"lastModified": 1754682350, "lastModified": 1754506651,
"narHash": "sha256-4Dgf0cA/ZJtj9eTzG0yNMRBcd5fll3hhWx2WdwltAP8=", "narHash": "sha256-LcpDSjGtTVU0S+aWJPE3/8RONQV0q8dDuanfCj7mAW0=",
"owner": "nix-community", "owner": "nix-community",
"repo": "nixvim", "repo": "nixvim",
"rev": "832de87d40f9a40430372552ab0b583680187cf3", "rev": "085ef66994f94226dd3d62921e1d48bf731b663a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -67,7 +67,7 @@
ripgrep ripgrep
fd fd
lsd lsd
brightnessctl pulseaudio
nerd-fonts.fira-mono nerd-fonts.fira-mono

View file

@ -27,7 +27,6 @@
zsh zsh
home-manager home-manager
findutils findutils
pulseaudio
]; ];
# Enable the OpenSSH daemon # Enable the OpenSSH daemon
@ -54,10 +53,9 @@
system.stateVersion = "25.05"; system.stateVersion = "25.05";
security.rtkit.enable = true; security.rtkit.enable = true;
services.pulseaudio.enable = false;
services.pipewire = { services.pipewire = {
enable = true; enable = true;
alsa.enable = true; alsa.enable = true;
pulse.enable = true; pulse.enable = true; # <-- This is the crucial part
}; };
} }

View file

@ -1,32 +0,0 @@
{...}: {
services.tlp = {
enable = true;
settings = {
CPU_SCALING_GOVERNOR_ON_AC = "performance";
CPU_SCALING_GOVERNOR_ON_BAT = "powersave";
CPU_ENERGY_PERF_POLICY_ON_BAT = "power";
CPU_ENERGY_PERF_POLICY_ON_AC = "performance";
CPU_MIN_PERF_ON_AC = 0;
CPU_MAX_PERF_ON_AC = 100;
CPU_MIN_PERF_ON_BAT = 0;
CPU_MAX_PERF_ON_BAT = 20;
# Optional helps save long term battery health
START_CHARGE_THRESH_BAT0 = 40; # 40 and bellow it starts to charge
STOP_CHARGE_THRESH_BAT0 = 80; # 80 and above it stops charging
};
};
# services.auto-cpufreq.enable = true;
# services.auto-cpufreq.settings = {
# battery = {
# governor = "powersave";
# turbo = "never";
# };
# charger = {
# governor = "performance";
# turbo = "auto";
# };
# };
}

View file

@ -15,7 +15,6 @@
../common/optional/bluetooth.nix ../common/optional/bluetooth.nix
../common/optional/kmonad.nix ../common/optional/kmonad.nix
../common/optional/auto-cpufreq.nix
]; ];
# Bootloader # Bootloader
@ -34,7 +33,7 @@
users.users.fabric = { users.users.fabric = {
isNormalUser = true; isNormalUser = true;
description = "fabric"; description = "fabric";
extraGroups = ["networkmanager" "wheel" "video"]; extraGroups = ["networkmanager" "wheel" "docker"];
shell = pkgs.zsh; shell = pkgs.zsh;
}; };
@ -67,8 +66,5 @@
foot foot
usbutils usbutils
ntfs3g ntfs3g
powertop
]; ];
powerManagement.powertop.enable = true;
} }

View file

@ -1,36 +1,32 @@
# Do not modify this file! It was generated by nixos-generate-config # Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes # and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead. # to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{ {
config, imports =
lib, [ (modulesPath + "/installer/scan/not-detected.nix")
pkgs, ];
modulesPath,
...
}: {
imports = [
(modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = ["xhci_pci" "ehci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "sdhci_pci"]; boot.initrd.availableKernelModules = [ "xhci_pci" "ehci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" "sdhci_pci" ];
boot.initrd.kernelModules = []; boot.initrd.kernelModules = [ ];
boot.kernelModules = ["acpi_cpufreq"]; boot.kernelModules = [ ];
boot.extraModulePackages = []; boot.extraModulePackages = [ ];
fileSystems."/" = { fileSystems."/" =
device = "/dev/disk/by-uuid/cd452eaf-7765-4bc2-b5dd-a846c47701e8"; { device = "/dev/disk/by-uuid/cd452eaf-7765-4bc2-b5dd-a846c47701e8";
fsType = "ext4"; fsType = "ext4";
}; };
fileSystems."/boot" = { fileSystems."/boot" =
device = "/dev/disk/by-uuid/6026-C63E"; { device = "/dev/disk/by-uuid/6026-C63E";
fsType = "vfat"; fsType = "vfat";
options = ["fmask=0077" "dmask=0077"]; options = [ "fmask=0077" "dmask=0077" ];
}; };
swapDevices = [ swapDevices =
{device = "/dev/disk/by-uuid/1cc175bd-0071-4d76-a8a6-ae483ca56aac";} [ { device = "/dev/disk/by-uuid/1cc175bd-0071-4d76-a8a6-ae483ca56aac"; }
]; ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking # Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's # (the default) this is the recommended approach. When using systemd-networkd it's