Compare commits

...

3 Commits

Author SHA1 Message Date
Nathan McCarty e8496a8efa
disable spotify scratchpad 2023-09-14 10:03:38 -04:00
Nathan McCarty ff7ad2ab70
Setup devmon 2023-09-14 10:02:27 -04:00
Nathan McCarty 991d0bff89
Add dial out group 2023-09-14 10:02:27 -04:00
3 changed files with 12 additions and 4 deletions

View File

@ -354,6 +354,11 @@ in with lib; {
exec emacsclient -c --frame-parameters='(quote (name . "scratchmacs"))' exec emacsclient -c --frame-parameters='(quote (name . "scratchmacs"))'
''; '';
# https://github.com/hyprland-community/pyprland/issues/6 # https://github.com/hyprland-community/pyprland/issues/6
#
# "spotify": {
# "command": "spotify",
# "animation": ""
# }
in { in {
text = '' text = ''
{ {
@ -376,10 +381,6 @@ in with lib; {
"ario": { "ario": {
"command": "ario", "command": "ario",
"animation": "" "animation": ""
},
"spotify": {
"command": "spotify",
"animation": ""
} }
} }
} }

View File

@ -3,6 +3,11 @@ let nc = config.nathan.config;
in with lib; { in with lib; {
# Generic desktop configuration # Generic desktop configuration
config = mkMerge [ config = mkMerge [
(mkIf nc.isDesktop {
# Automounting
services.devmon.enable = true;
services.udisks2.enable = true;
})
(mkIf nc.isDesktop { (mkIf nc.isDesktop {
# Ergodox # Ergodox
environment.systemPackages = with pkgs; [ wally-cli ]; environment.systemPackages = with pkgs; [ wally-cli ];

View File

@ -43,6 +43,8 @@ in with lib; {
"uinput" "uinput"
"adbusers" "adbusers"
"plugdev" "plugdev"
"dialout"
"storage"
]; ];
hashedPassword = hashedPassword =
"$6$ShBAPGwzKZuB7eEv$cbb3erUqtVGFo/Vux9UwT2NkbVG9VGCxJxPiZFYL0DIc3t4GpYxjkM0M7fFnh.6V8MoSKLM/TvOtzdWbYwI58."; "$6$ShBAPGwzKZuB7eEv$cbb3erUqtVGFo/Vux9UwT2NkbVG9VGCxJxPiZFYL0DIc3t4GpYxjkM0M7fFnh.6V8MoSKLM/TvOtzdWbYwI58.";