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