Compare commits
3 Commits
2653aa81dd
...
07980aa0db
Author | SHA1 | Date |
---|---|---|
stupidcomputer | 07980aa0db | |
stupidcomputer | 85bf27d8b3 | |
stupidcomputer | 9cb6b9e34d |
Binary file not shown.
|
@ -0,0 +1,24 @@
|
||||||
|
[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
|
|
@ -0,0 +1,3 @@
|
||||||
|
#!/bin/sh
|
||||||
|
|
||||||
|
mpv ~/.config/dunst/beep.m4a
|
|
@ -41,6 +41,9 @@
|
||||||
pciutils
|
pciutils
|
||||||
usbutils
|
usbutils
|
||||||
pwvucontrol
|
pwvucontrol
|
||||||
|
|
||||||
|
dunst
|
||||||
|
libnotify
|
||||||
];
|
];
|
||||||
|
|
||||||
services.hardware.bolt.enable = true; # thunderbolt support
|
services.hardware.bolt.enable = true; # thunderbolt support
|
||||||
|
@ -48,6 +51,7 @@
|
||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
General = {
|
General = {
|
||||||
|
AutoEnable = true;
|
||||||
Enable = "Source,Sink,Media,Socket";
|
Enable = "Source,Sink,Media,Socket";
|
||||||
ControllerMode = "bredr";
|
ControllerMode = "bredr";
|
||||||
};
|
};
|
||||||
|
@ -87,8 +91,16 @@
|
||||||
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
|
||||||
}
|
}
|
||||||
|
|
|
@ -179,6 +179,9 @@ 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
|
||||||
|
|
12
flake.lock
12
flake.lock
|
@ -41,11 +41,11 @@
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"dir": "pkgs/firefox-addons",
|
"dir": "pkgs/firefox-addons",
|
||||||
"lastModified": 1722571415,
|
"lastModified": 1722744193,
|
||||||
"narHash": "sha256-ncnnr/wolRtH2d6fC00ACGA5QQHh4sG+wZSlssPB0eA=",
|
"narHash": "sha256-KVBIIaPou5PM0jdJerr290baG+vQZRPhT8LD6pYdi3w=",
|
||||||
"owner": "rycee",
|
"owner": "rycee",
|
||||||
"repo": "nur-expressions",
|
"repo": "nur-expressions",
|
||||||
"rev": "f262cf023d907df83a5487a0f981a319d44e1993",
|
"rev": "2558f8e8fbcfea2694665d231259e5bb3de5b140",
|
||||||
"type": "gitlab"
|
"type": "gitlab"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -199,11 +199,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1722372011,
|
"lastModified": 1722651103,
|
||||||
"narHash": "sha256-B2xRiC3NEJy/82ugtareBkRqEkPGpMyjaLxaR8LBxNs=",
|
"narHash": "sha256-IRiJA0NVAoyaZeKZluwfb2DoTpBAj+FLI0KfybBeDU0=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "cf05eeada35e122770c5c14add958790fcfcbef5",
|
"rev": "a633d89c6dc9a2a8aae11813a62d7c58b2c0cc51",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -0,0 +1,15 @@
|
||||||
|
{ 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;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
|
@ -4,6 +4,7 @@
|
||||||
imports = [
|
imports = [
|
||||||
./bspwm
|
./bspwm
|
||||||
./brave
|
./brave
|
||||||
|
./dunst
|
||||||
./sx
|
./sx
|
||||||
./sxhkd
|
./sxhkd
|
||||||
./tridactyl
|
./tridactyl
|
||||||
|
|
Loading…
Reference in New Issue