Update Plasma
This commit is contained in:
parent
1712a9106b
commit
944f0802fd
2 changed files with 2 additions and 5 deletions
|
@ -7,11 +7,6 @@
|
||||||
programs.bash.sessionVariables = { DISABLE_TMUX = "true"; };
|
programs.bash.sessionVariables = { DISABLE_TMUX = "true"; };
|
||||||
programs.fish.shellInit = ''set DISABLE_TMUX "true" '';
|
programs.fish.shellInit = ''set DISABLE_TMUX "true" '';
|
||||||
|
|
||||||
programs.plasma = {
|
|
||||||
enable = true;
|
|
||||||
overrideConfig = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
# Add the Firefox integrations
|
# Add the Firefox integrations
|
||||||
programs.firefox.profiles.default.extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
programs.firefox.profiles.default.extensions = with pkgs.nur.repos.rycee.firefox-addons; [
|
||||||
plasma-integration
|
plasma-integration
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
{ theme, ... }: {
|
{ theme, ... }: {
|
||||||
programs.plasma = {
|
programs.plasma = {
|
||||||
|
enable = true;
|
||||||
|
overrideConfig = true;
|
||||||
configFile = {
|
configFile = {
|
||||||
# Configure 4 desktops
|
# Configure 4 desktops
|
||||||
"kwinrc"."Desktops"."Id_1" = "6397510c-04f5-4aaf-bff9-66cea108b111";
|
"kwinrc"."Desktops"."Id_1" = "6397510c-04f5-4aaf-bff9-66cea108b111";
|
||||||
|
|
Loading…
Reference in a new issue