abandon cosmic, try hyprland, run screaming, niri time
This commit is contained in:
parent
55013f738c
commit
cd61813078
21 changed files with 846 additions and 200 deletions
|
@ -13,9 +13,9 @@ in {
|
|||
./modules/desktop.nix
|
||||
./modules/dev.nix
|
||||
./modules/theming.nix
|
||||
./modules/niri.nix
|
||||
./util/ez.nix
|
||||
./util/flatpak.nix
|
||||
./util/cosmic.nix
|
||||
./util/murex.nix
|
||||
./util/name.nix
|
||||
inputs.nix-index-database.hmModules.nix-index
|
||||
|
@ -30,23 +30,19 @@ in {
|
|||
xdg = {
|
||||
enable = true;
|
||||
portal = let
|
||||
cosmic = pkgs.xdg-desktop-portal-cosmic;
|
||||
gtk = pkgs.xdg-desktop-portal-gtk;
|
||||
gnome = pkgs.xdg-desktop-portal-gnome;
|
||||
in {
|
||||
enable = true;
|
||||
config = {
|
||||
common = {
|
||||
default = [
|
||||
"cosmic"
|
||||
"gnome"
|
||||
];
|
||||
};
|
||||
};
|
||||
configPackages = [
|
||||
cosmic
|
||||
gtk
|
||||
];
|
||||
extraPortals = [
|
||||
cosmic
|
||||
gnome
|
||||
gtk
|
||||
];
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue