Change wallpaper

Don't autostart twinkle on work machines
This commit is contained in:
Evie Litherland-Smith 2024-10-31 10:59:39 +00:00
parent a9b748afc1
commit ed61fbb1e2
3 changed files with 2 additions and 4 deletions

View file

@ -213,7 +213,7 @@
console.useXkbConfig = true;
stylix = {
enable = true;
image = ./home/desktop/wallpapers/default.jpg;
image = ./home/desktop/wallpapers/tropic_island_day.jpg;
base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml";
polarity = "light";
opacity.popups = 0.8;

View file

@ -1,4 +1,4 @@
{ inputs, ... }:
{ ... }:
{
imports = [
./shell/default.nix

View file

@ -17,9 +17,7 @@
outlook.primary = lib.mkForce true;
};
xdg.configFile = {
"autostart/twinkle.desktop".source = "${pkgs.twinkle}/share/applications/twinkle.desktop";
"autostart/teams-for-linux.desktop".source = "${pkgs.teams-for-linux}/share/applications/teams-for-linux.desktop";
# Teams configuration
"teams-for-linux/config.json".text = builtins.toJSON {
awayOnSystemIdle = true;
closeAppOnCross = false;