feat: add COSMIC desktop environment and greeter configuration
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#
|
||||
# FIXME(starter): add or remove any optional config directories or files ehre
|
||||
common/optional/browsers
|
||||
common/optional/desktops/gnome
|
||||
common/optional/desktops/cosmic
|
||||
common/optional/desktops/gnome/zenbook-screen.nix
|
||||
common/optional/comms
|
||||
common/optional/media
|
||||
|
||||
11
home/panotaka/common/optional/desktops/cosmic/default.nix
Normal file
11
home/panotaka/common/optional/desktops/cosmic/default.nix
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
# Home Manager module for enabling the COSMIC desktop environment
|
||||
# Follows the pattern of gnome/kde modules
|
||||
|
||||
# Optionally, add more configuration here as COSMIC matures
|
||||
# e.g., settings, extensions, etc.
|
||||
}
|
||||
Reference in New Issue
Block a user