Compare commits
3 commits
21991ffc7f
...
e60a43c771
Author | SHA1 | Date | |
---|---|---|---|
Evie Litherland-Smith | e60a43c771 | ||
Evie Litherland-Smith | 77a77727cf | ||
Evie Litherland-Smith | ae8aaebbe3 |
|
@ -8,6 +8,7 @@
|
||||||
libreoffice-fresh
|
libreoffice-fresh
|
||||||
inkscape
|
inkscape
|
||||||
webcord
|
webcord
|
||||||
|
teams-for-linux
|
||||||
kdePackages.krdc
|
kdePackages.krdc
|
||||||
];
|
];
|
||||||
services.syncthing.enable = true;
|
services.syncthing.enable = true;
|
||||||
|
@ -28,5 +29,13 @@
|
||||||
XDG_PROJECTS_DIR = "${config.home.homeDirectory}/Projects";
|
XDG_PROJECTS_DIR = "${config.home.homeDirectory}/Projects";
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
configFile."teams-for-linux/config.json".text = builtins.toJSON {
|
||||||
|
awayOnSystemIdle = true;
|
||||||
|
closeAppOnCross = true;
|
||||||
|
followSystemTheme = true;
|
||||||
|
notificationMethod = "electron";
|
||||||
|
optInTeamsV2 = true;
|
||||||
|
spellCheckerLanguages = ["en_GB"];
|
||||||
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -84,7 +84,6 @@
|
||||||
maxStripes = "1";
|
maxStripes = "1";
|
||||||
showToolTips = "true";
|
showToolTips = "true";
|
||||||
launchers = [
|
launchers = [
|
||||||
"applications:systemsettings.desktop"
|
|
||||||
"applications:org.kde.konsole.desktop"
|
"applications:org.kde.konsole.desktop"
|
||||||
"preferred://filemanager"
|
"preferred://filemanager"
|
||||||
"preferred://browser"
|
"preferred://browser"
|
||||||
|
|
|
@ -58,7 +58,8 @@
|
||||||
extraPackages = epkgs:
|
extraPackages = epkgs:
|
||||||
with epkgs; [
|
with epkgs; [
|
||||||
treesit-grammars.with-all-grammars
|
treesit-grammars.with-all-grammars
|
||||||
mu4e
|
mu4e # Linked to `mu` tool
|
||||||
|
org-roam # To bring in emacs-sqlite
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
}: {
|
}: {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
twinkle
|
twinkle
|
||||||
teams-for-linux
|
|
||||||
(import ./scripts/ukaea-vpn.nix pkgs)
|
(import ./scripts/ukaea-vpn.nix pkgs)
|
||||||
];
|
];
|
||||||
programs = {
|
programs = {
|
||||||
|
@ -17,12 +16,4 @@
|
||||||
proton.primary = lib.mkForce false;
|
proton.primary = lib.mkForce false;
|
||||||
outlook.primary = lib.mkForce true;
|
outlook.primary = lib.mkForce true;
|
||||||
};
|
};
|
||||||
xdg.configFile."teams-for-linux/config.json".text = builtins.toJSON {
|
|
||||||
awayOnSystemIdle = true;
|
|
||||||
closeAppOnCross = true;
|
|
||||||
followSystemTheme = true;
|
|
||||||
notificationMethod = "electron";
|
|
||||||
optInTeamsV2 = true;
|
|
||||||
spellCheckerLanguages = ["en_GB"];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue