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
|
||||
./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
|
||||
tailscale-systray
|
||||
];
|
||||
|
||||
# Add the Firefox integrations
|
||||
programs.firefox.extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||
plasma-integration
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue