Initial commit
This commit is contained in:
35
modules/bundles.nix
Normal file
35
modules/bundles.nix
Normal file
@@ -0,0 +1,35 @@
|
||||
{ den, lux, ... }:
|
||||
{
|
||||
lux.bundles._.local-session = {
|
||||
includes = with lux; [
|
||||
nix
|
||||
region-nl
|
||||
sddm
|
||||
niri
|
||||
audio
|
||||
bluetooth
|
||||
clipboard
|
||||
flatpak
|
||||
fonts
|
||||
local-apps
|
||||
networking
|
||||
pinentry
|
||||
printing
|
||||
qbittorrent-client
|
||||
system-base
|
||||
vicinae
|
||||
xdg
|
||||
theme
|
||||
noctalia
|
||||
];
|
||||
};
|
||||
|
||||
lux.bundles._.development = {
|
||||
includes = with lux; [
|
||||
git
|
||||
dev-tools
|
||||
podman
|
||||
gemini
|
||||
];
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user