feat: todos, decman config almost complete
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
import decman
|
||||
from decman.plugins import pacman, aur
|
||||
from decman.plugins import pacman
|
||||
|
||||
|
||||
class BaseModule(decman.Module):
|
||||
class Pipewire(decman.Module):
|
||||
def __init__(self):
|
||||
"""Base packages that should never be uninstalled"""
|
||||
super().__init__("base")
|
||||
super().__init__("pipewire")
|
||||
|
||||
@pacman.packages
|
||||
def pkgs(self) -> set[str]:
|
||||
|
||||
Reference in New Issue
Block a user