add swap file to wheatley
This commit is contained in:
parent
9c04783246
commit
c0d9fc440e
2 changed files with 10 additions and 12 deletions
|
@ -2,22 +2,15 @@
|
|||
pkgs,
|
||||
osConfig,
|
||||
...
|
||||
}: let
|
||||
kdeconnect =
|
||||
pkgs.writeText "config"
|
||||
''
|
||||
}: {
|
||||
home.file.".config/kdeconnect/config" = {
|
||||
text = ''
|
||||
[General]
|
||||
keyAlgorithm=EC
|
||||
name=${osConfig.networking.hostName}
|
||||
customDevices=10.0.0.2,10.0.0.3,10.0.0.4,10.0.0.5
|
||||
|
||||
'';
|
||||
in {
|
||||
home.file = {
|
||||
"config" = {
|
||||
source = "${kdeconnect}";
|
||||
target = "~/.config/kdeconnect/config";
|
||||
};
|
||||
target = "~/.config/kdeconnect/config";
|
||||
};
|
||||
|
||||
programs.plasma = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue