Element and switch to lix

This commit is contained in:
catvayor 2024-05-31 14:51:59 +02:00
parent 90eb0c61af
commit 60ff7b5e8e
2 changed files with 6 additions and 0 deletions

View file

@ -13,6 +13,7 @@ in
imports = [ <home-manager/nixos> ];
boot.tmp.useTmpfs = true;
networking.hostName = name;
nix.package = pkgs.lix;
};
kat-probook =

View file

@ -101,12 +101,16 @@
terminal = "alacritty";
input."type:keyboard".xkb_layout = "fr";
startup = [
{ command = "waybar -b bar-0"; }
{ command = "${pkgs.pulseaudio}/bin/pactl set-sink-mute @DEFAULT_SINK@ on"; }
{ command = "${pkgs.pulseaudio}/bin/pactl set-source-mute @DEFAULT_SOURCE@ on"; }
{ command = "discord"; }
{ command = "thunderbird"; }
{ command = "mattermost-desktop"; }
{ command = "signal-desktop --"; }
{ command = "${lib.getExe pkgs.element-desktop}"; }
{ command = ''sh -c "sleep 2 && exec keepassxc"''; }
{
command = "alacritty --class weechat --title weechat --command ${pkgs.bash}/bin/bash -c ${weechatCmd}";
@ -119,6 +123,7 @@
{ class = "Mattermost"; }
{ class = "Signal"; }
{ class = "discord"; }
{ class = "Element"; }
{ app_id = "weechat"; }
];
};