fix: merge dolphin with systemPkgs when i3 enabled
This commit is contained in:
@@ -96,7 +96,6 @@
|
||||
with pkgs;
|
||||
config.commonPackages
|
||||
++ [
|
||||
dolphin
|
||||
];
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
|
||||
@@ -20,6 +20,10 @@
|
||||
};
|
||||
services.libinput.touchpad.naturalScrolling = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
dolphin
|
||||
];
|
||||
|
||||
home-manager.users.luca = {
|
||||
programs = {
|
||||
alacritty = {
|
||||
|
||||
Reference in New Issue
Block a user