mirror of
https://github.com/kiviktnm/decman.git
synced 2026-09-19 12:08:28 +00:00
decman.modules should be a list
This commit is contained in:
+1
-1
@@ -5,7 +5,7 @@ import decman
|
||||
|
||||
decman.pacman.packages |= {"openssh", "qemu-guest-agent", "sudo", "vim"}
|
||||
|
||||
decman.modules |= {BaseModule(), KDE()}
|
||||
decman.modules += [BaseModule(), KDE()]
|
||||
|
||||
decman.files["/home/arch/.vimrc"] = decman.File(
|
||||
source_file="./files/vimrc", owner="arch", permissions=0o600
|
||||
|
||||
Reference in New Issue
Block a user