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;
|
console.useXkbConfig = true;
|
||||||
stylix = {
|
stylix = {
|
||||||
enable = true;
|
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";
|
base16Scheme = "${pkgs.base16-schemes}/share/themes/one-light.yaml";
|
||||||
polarity = "light";
|
polarity = "light";
|
||||||
opacity.popups = 0.8;
|
opacity.popups = 0.8;
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
{ inputs, ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
./shell/default.nix
|
./shell/default.nix
|
||||||
|
|
|
@ -17,9 +17,7 @@
|
||||||
outlook.primary = lib.mkForce true;
|
outlook.primary = lib.mkForce true;
|
||||||
};
|
};
|
||||||
xdg.configFile = {
|
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";
|
"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 {
|
"teams-for-linux/config.json".text = builtins.toJSON {
|
||||||
awayOnSystemIdle = true;
|
awayOnSystemIdle = true;
|
||||||
closeAppOnCross = false;
|
closeAppOnCross = false;
|
||||||
|
|
Loading…
Reference in a new issue