Compare commits
No commits in common. "e8496a8efaffdfaf3d14bd3b335e822a8f826421" and "568dc595c0f3b5f66df078bae4a9e30541068513" have entirely different histories.
e8496a8efa
...
568dc595c0
|
@ -354,11 +354,6 @@ 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 = ''
|
||||||
{
|
{
|
||||||
|
@ -381,6 +376,10 @@ in with lib; {
|
||||||
"ario": {
|
"ario": {
|
||||||
"command": "ario",
|
"command": "ario",
|
||||||
"animation": ""
|
"animation": ""
|
||||||
|
},
|
||||||
|
"spotify": {
|
||||||
|
"command": "spotify",
|
||||||
|
"animation": ""
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -3,11 +3,6 @@ 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 ];
|
||||||
|
|
|
@ -43,8 +43,6 @@ 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.";
|
||||||
|
|
Loading…
Reference in New Issue