feat: todos, decman config almost complete
This commit is contained in:
@@ -12,8 +12,7 @@ class UtilPackages(decman.Module):
|
||||
return {
|
||||
"bashtop",
|
||||
"bluez",
|
||||
"bluez-utils",
|
||||
"blueman",
|
||||
"clamav",
|
||||
"dig",
|
||||
"evince",
|
||||
"fastfetch",
|
||||
@@ -31,9 +30,9 @@ class UtilPackages(decman.Module):
|
||||
"man-db",
|
||||
"mpv",
|
||||
"nextcloud-client",
|
||||
"obs-studio",
|
||||
"okular",
|
||||
"openconnect",
|
||||
"os-prober",
|
||||
"qalculate-qt",
|
||||
"ripgrep",
|
||||
"simple-scan",
|
||||
@@ -48,8 +47,24 @@ class UtilPackages(decman.Module):
|
||||
"zathura-pdf-poppler",
|
||||
"zip",
|
||||
"zoxide",
|
||||
"networkmanager-openconnect",
|
||||
}
|
||||
|
||||
@aur.packages
|
||||
def aurpkgs(self) -> set[str]:
|
||||
return {"librewolf-bin", "brave-bin", "vesktop-bin", "uxplay", "git-credential-manager-bin"}
|
||||
return {
|
||||
"librewolf-bin",
|
||||
"brave-bin",
|
||||
"vesktop-bin",
|
||||
"uxplay",
|
||||
"git-credential-manager-bin",
|
||||
"gradia",
|
||||
"parabolic"
|
||||
}
|
||||
|
||||
def directories(self) -> dict[str, decman.Directory]:
|
||||
return {
|
||||
"~/.config/fish": decman.Directory("./config/fish"),
|
||||
"~/.config/fastfetch": decman.Directory("./config/fastfetch"),
|
||||
"~/.config/mpv": decman.Directory("./config/mpv"),
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user