Change wallpaper
Don't autostart twinkle on work machines
This commit is contained in:
parent
a9b748afc1
commit
ed61fbb1e2
|
@ -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;
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ inputs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
imports = [
|
||||
./shell/default.nix
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue