Compare commits
3 Commits
568dc595c0
...
e8496a8efa
Author | SHA1 | Date |
---|---|---|
Nathan McCarty | e8496a8efa | |
Nathan McCarty | ff7ad2ab70 | |
Nathan McCarty | 991d0bff89 |
|
@ -354,6 +354,11 @@ in with lib; {
|
|||
exec emacsclient -c --frame-parameters='(quote (name . "scratchmacs"))'
|
||||
'';
|
||||
# https://github.com/hyprland-community/pyprland/issues/6
|
||||
#
|
||||
# "spotify": {
|
||||
# "command": "spotify",
|
||||
# "animation": ""
|
||||
# }
|
||||
in {
|
||||
text = ''
|
||||
{
|
||||
|
@ -376,10 +381,6 @@ in with lib; {
|
|||
"ario": {
|
||||
"command": "ario",
|
||||
"animation": ""
|
||||
},
|
||||
"spotify": {
|
||||
"command": "spotify",
|
||||
"animation": ""
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
@ -3,6 +3,11 @@ let nc = config.nathan.config;
|
|||
in with lib; {
|
||||
# Generic desktop configuration
|
||||
config = mkMerge [
|
||||
(mkIf nc.isDesktop {
|
||||
# Automounting
|
||||
services.devmon.enable = true;
|
||||
services.udisks2.enable = true;
|
||||
})
|
||||
(mkIf nc.isDesktop {
|
||||
# Ergodox
|
||||
environment.systemPackages = with pkgs; [ wally-cli ];
|
||||
|
|
|
@ -43,6 +43,8 @@ in with lib; {
|
|||
"uinput"
|
||||
"adbusers"
|
||||
"plugdev"
|
||||
"dialout"
|
||||
"storage"
|
||||
];
|
||||
hashedPassword =
|
||||
"$6$ShBAPGwzKZuB7eEv$cbb3erUqtVGFo/Vux9UwT2NkbVG9VGCxJxPiZFYL0DIc3t4GpYxjkM0M7fFnh.6V8MoSKLM/TvOtzdWbYwI58.";
|
||||
|
|
Loading…
Reference in New Issue