fix: merge dolphin with systemPkgs when i3 enabled

This commit is contained in:
2025-01-27 10:23:07 -08:00
parent 9bde8c076a
commit d1926aff7d
3 changed files with 29 additions and 26 deletions

View File

@@ -96,7 +96,6 @@
with pkgs;
config.commonPackages
++ [
dolphin
];
# Some programs need SUID wrappers, can be configured further or are

View File

@@ -20,6 +20,10 @@
};
services.libinput.touchpad.naturalScrolling = true;
environment.systemPackages = with pkgs; [
dolphin
];
home-manager.users.luca = {
programs = {
alacritty = {