Compare commits

..

No commits in common. "07980aa0dbff4a44793eca2d51384622ba41653f" and "2653aa81dde36bb700d2c0db03231411a55bd3dd" have entirely different histories.

8 changed files with 6 additions and 64 deletions

Binary file not shown.

View File

@ -1,24 +0,0 @@
[global]
follow = mouse
font = Fantasque Sans Mono 8
frame_width = 1
always_run_script = true
[urgency_low]
background = "#161510"
foreground = "#cccccc"
frame_color = "#727a18"
[urgency_normal]
background = "#161510"
foreground = "#cccccc"
frame_color = "#727a18"
[urgency_critical]
background = "#161510"
foreground = "#cccccc"
frame_color = "#727a18"
[notify]
summary = "*"
script = ~/.config/dunst/notification_handler.sh

View File

@ -1,3 +0,0 @@
#!/bin/sh
mpv ~/.config/dunst/beep.m4a

View File

@ -41,9 +41,6 @@
pciutils pciutils
usbutils usbutils
pwvucontrol pwvucontrol
dunst
libnotify
]; ];
services.hardware.bolt.enable = true; # thunderbolt support services.hardware.bolt.enable = true; # thunderbolt support
@ -51,7 +48,6 @@
enable = true; enable = true;
settings = { settings = {
General = { General = {
AutoEnable = true;
Enable = "Source,Sink,Media,Socket"; Enable = "Source,Sink,Media,Socket";
ControllerMode = "bredr"; ControllerMode = "bredr";
}; };
@ -91,16 +87,8 @@
firewall = { firewall = {
enable = true; enable = true;
allowedTCPPorts = [ 6000 ]; allowedTCPPorts = [ 6000 ];
allowedTCPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect
];
allowedUDPPortRanges = [
{ from = 1714; to = 1764; } # KDE Connect
];
}; };
}; };
programs.kdeconnect.enable = true;
system.stateVersion = "24.05"; # don't change this, lol system.stateVersion = "24.05"; # don't change this, lol
} }

View File

@ -179,9 +179,6 @@ case "$(hostname)" in
bspc monitor HDMI-1-2 -d 9 bspc monitor HDMI-1-2 -d 9
;; ;;
esac esac
dunst & disown
dbus-launch kdeonnect-indicator & disown
;;
esac esac
# initial post-wm setup # initial post-wm setup

View File

@ -41,11 +41,11 @@
}, },
"locked": { "locked": {
"dir": "pkgs/firefox-addons", "dir": "pkgs/firefox-addons",
"lastModified": 1722744193, "lastModified": 1722571415,
"narHash": "sha256-KVBIIaPou5PM0jdJerr290baG+vQZRPhT8LD6pYdi3w=", "narHash": "sha256-ncnnr/wolRtH2d6fC00ACGA5QQHh4sG+wZSlssPB0eA=",
"owner": "rycee", "owner": "rycee",
"repo": "nur-expressions", "repo": "nur-expressions",
"rev": "2558f8e8fbcfea2694665d231259e5bb3de5b140", "rev": "f262cf023d907df83a5487a0f981a319d44e1993",
"type": "gitlab" "type": "gitlab"
}, },
"original": { "original": {
@ -199,11 +199,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1722651103, "lastModified": 1722372011,
"narHash": "sha256-IRiJA0NVAoyaZeKZluwfb2DoTpBAj+FLI0KfybBeDU0=", "narHash": "sha256-B2xRiC3NEJy/82ugtareBkRqEkPGpMyjaLxaR8LBxNs=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a633d89c6dc9a2a8aae11813a62d7c58b2c0cc51", "rev": "cf05eeada35e122770c5c14add958790fcfcbef5",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -1,15 +0,0 @@
{ lib, config, pkgs, home, ... }:
{
home.file = {
".config/dunst/dunstrc" = {
source = ../../.config/dunst/dunstrc;
};
".config/dunst/notification_handler.sh" = {
source = ../../.config/dunst/notification_handler.sh;
};
".config/dunst/beep.m4a" = {
source = ../../.config/dunst/beep.m4a;
};
};
}

View File

@ -4,7 +4,6 @@
imports = [ imports = [
./bspwm ./bspwm
./brave ./brave
./dunst
./sx ./sx
./sxhkd ./sxhkd
./tridactyl ./tridactyl