staying on plasma 5 for now
This commit is contained in:
parent
9514633602
commit
c8fbd61e36
8 changed files with 286 additions and 233 deletions
|
@ -62,6 +62,7 @@ in {
|
|||
mpv
|
||||
|
||||
gtk-engine-murrine
|
||||
plasma5Packages.polonium
|
||||
# (
|
||||
# (plasma5Packages.polonium.override {}).overrideAttrs
|
||||
# (old: {
|
||||
|
@ -118,20 +119,27 @@ in {
|
|||
};
|
||||
|
||||
programs.firefox.webapps = {
|
||||
teams = {
|
||||
"Microsoft Teams" = {
|
||||
url = "https://teams.microsoft.com";
|
||||
id = 1;
|
||||
extraSettings = config.programs.firefox.profiles.default.settings;
|
||||
name = "Microsoft Teams";
|
||||
icon = ./icons/ms_teams.png;
|
||||
};
|
||||
messenger = {
|
||||
"Facebook Messenger" = {
|
||||
url = "https://www.messenger.com";
|
||||
id = 2;
|
||||
extraSettings = config.programs.firefox.profiles.default.settings;
|
||||
name = "Facebook Messenger";
|
||||
icon = ./icons/fb_msg.png;
|
||||
};
|
||||
"ChatGPT" = {
|
||||
url = "https://chat.openai.com";
|
||||
id = 3;
|
||||
extraSettings = config.programs.firefox.profiles.default.settings;
|
||||
name = "ChatGPT";
|
||||
icon = ./icons/ChatGPT.png;
|
||||
};
|
||||
};
|
||||
|
||||
programs.atuin = {
|
||||
|
@ -211,18 +219,18 @@ in {
|
|||
"${pkgs.gsettings-desktop-schemas}/share/gsettings-schemas/${pkgs.gsettings-desktop-schemas.name}"
|
||||
];
|
||||
|
||||
gtk = with pkgs.rice; {
|
||||
enable = true;
|
||||
theme = with gtk-theme; {
|
||||
inherit package name;
|
||||
};
|
||||
iconTheme = with icons; {
|
||||
inherit package name;
|
||||
};
|
||||
font = with fonts.sans; {
|
||||
inherit name size package;
|
||||
};
|
||||
};
|
||||
# gtk = with pkgs.rice; {
|
||||
# enable = true;
|
||||
# theme = with gtk-theme; {
|
||||
# inherit package name;
|
||||
# };
|
||||
# iconTheme = with icons; {
|
||||
# inherit package name;
|
||||
# };
|
||||
# font = with fonts.sans; {
|
||||
# inherit name size package;
|
||||
# };
|
||||
# };
|
||||
|
||||
programs.direnv = {
|
||||
enable = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue