cosmic all the things
This commit is contained in:
parent
e3800290b2
commit
274b98a533
1 changed files with 20 additions and 8 deletions
|
|
@ -1,13 +1,25 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
cosmic-bg
|
||||||
|
cosmic-applets
|
||||||
|
cosmic-applibrary
|
||||||
|
cosmic-comp
|
||||||
|
cosmic-edit
|
||||||
|
cosmic-files
|
||||||
|
cosmic-greeter
|
||||||
|
cosmic-icons
|
||||||
|
cosmic-launcher
|
||||||
|
cosmic-notifications
|
||||||
|
cosmic-osd
|
||||||
|
cosmic-panel
|
||||||
|
cosmic-protocols
|
||||||
|
cosmic-randr
|
||||||
|
cosmic-screenshot
|
||||||
|
cosmic-session
|
||||||
|
cosmic-settings
|
||||||
|
cosmic-settings-daemon
|
||||||
cosmic-term
|
cosmic-term
|
||||||
fontconfig
|
cosmic-workspaces-epoch
|
||||||
freetype
|
xdg-desktop-portal-cosmic
|
||||||
lld
|
|
||||||
pkg-config
|
|
||||||
];
|
];
|
||||||
|
|
||||||
# environment.variables = {
|
|
||||||
# PKG_CONFIG_PATH =
|
|
||||||
# };
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue