wip: dnsc-machine setup
This commit is contained in:
parent
7f73fcc77b
commit
3dc88415d8
3 changed files with 8 additions and 1 deletions
|
|
@ -33,6 +33,8 @@
|
||||||
nautilus-open-any-terminal
|
nautilus-open-any-terminal
|
||||||
swaynotificationcenter
|
swaynotificationcenter
|
||||||
gimp
|
gimp
|
||||||
|
rclone
|
||||||
|
rclone-ui
|
||||||
];
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|
|
||||||
|
|
@ -141,7 +141,6 @@
|
||||||
ghostty
|
ghostty
|
||||||
fish
|
fish
|
||||||
pwvucontrol
|
pwvucontrol
|
||||||
rclone
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# Some programs need SUID wrappers, can be configured further or are
|
# Some programs need SUID wrappers, can be configured further or are
|
||||||
|
|
|
||||||
6
modules/rclone/default.nix
Normal file
6
modules/rclone/default.nix
Normal file
|
|
@ -0,0 +1,6 @@
|
||||||
|
{
|
||||||
|
xdg.configFile."rclone/rclone.conf".text = ''
|
||||||
|
[dnsc-icloud]
|
||||||
|
type =
|
||||||
|
'';
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue