Initial commit
This commit is contained in:
commit
cfcc57a8bd
353 changed files with 18756 additions and 0 deletions
28
module/aspect/desktop/desktop-tool.nix
Normal file
28
module/aspect/desktop/desktop-tool.nix
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
den.aspects = {
|
||||
desktop = {
|
||||
nixos =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = [
|
||||
# ----- xfce tool
|
||||
pkgs.xfce.xfce4-appfinder
|
||||
pkgs.xfce.xfce4-panel
|
||||
pkgs.xfce.xfce4-panel-profiles
|
||||
pkgs.xfce.xfce4-genmon-plugin
|
||||
pkgs.xfce.xfce4-pulseaudio-plugin
|
||||
pkgs.xfce.xfce4-docklike-plugin
|
||||
pkgs.xfce.xfce4-xkb-plugin
|
||||
# ----- labwc tool (wayland)
|
||||
pkgs.labwc-menu-generator
|
||||
# ----- openbox tool (x11)
|
||||
pkgs.obconf
|
||||
# ----- utility
|
||||
pkgs.menulibre
|
||||
pkgs.xorg.xev
|
||||
pkgs.xdg-utils
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue