Update Plasma 6
This commit is contained in:
parent
141fe1ee72
commit
7e7bebcc51
2 changed files with 5 additions and 5 deletions
|
@ -3,4 +3,9 @@
|
||||||
inputs.plasma-manager.homeManagerModules.plasma-manager
|
inputs.plasma-manager.homeManagerModules.plasma-manager
|
||||||
./plasma-manager.nix
|
./plasma-manager.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# Add the Firefox integrations
|
||||||
|
programs.firefox.extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
|
plasma-integration
|
||||||
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -34,9 +34,4 @@
|
||||||
plasma-theme-switcher
|
plasma-theme-switcher
|
||||||
tailscale-systray
|
tailscale-systray
|
||||||
];
|
];
|
||||||
|
|
||||||
# Add the Firefox integrations
|
|
||||||
programs.firefox.extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
|
||||||
plasma-integration
|
|
||||||
];
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue