~
This commit is contained in:
parent
9936e252d8
commit
0ffa604e8f
4 changed files with 14 additions and 11 deletions
|
@ -29,11 +29,14 @@
|
|||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
|
||||
hardware = {
|
||||
pulseaudio = {
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
package = pkgs.pulseaudioFull;
|
||||
alsa.enable = true;
|
||||
alsa.support32Bit = true;
|
||||
pulse.enable = true;
|
||||
};
|
||||
hardware = {
|
||||
bluetooth = {
|
||||
enable = true;
|
||||
powerOnBoot = false;
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
fileSystems."/" = {
|
||||
device = "/dev/disk/by-uuid/4c1f76c6-5ce6-4987-b15e-9419627b7f19";
|
||||
fsType = "bcachefs";
|
||||
options = [ "fsck" "fix_errors" ];
|
||||
# options = [ "fsck" "fix_errors" ];
|
||||
};
|
||||
|
||||
boot.initrd.luks.devices."dec-lin" = {
|
||||
|
|
|
@ -101,7 +101,7 @@
|
|||
terminal = "alacritty";
|
||||
input."type:keyboard".xkb_layout = "fr";
|
||||
startup = [
|
||||
{ command = "waybar -b bar-0"; }
|
||||
# { 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"; }
|
||||
|
@ -110,11 +110,11 @@
|
|||
{ command = "thunderbird"; }
|
||||
{ command = "mattermost-desktop"; }
|
||||
{ command = "signal-desktop --"; }
|
||||
{ command = "${lib.getExe pkgs.element-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}";
|
||||
}
|
||||
# {
|
||||
# command = "alacritty --class weechat --title weechat --command ${pkgs.bash}/bin/bash -c ${weechatCmd}";
|
||||
# }
|
||||
];
|
||||
assigns = {
|
||||
"1" = [ { app_id = "firefox"; } ];
|
||||
|
|
|
@ -79,7 +79,7 @@
|
|||
user = "root";
|
||||
hostname = "vault01.hyp01.infra.dgnum.eu";
|
||||
};
|
||||
"oob.dgn" = {
|
||||
"bridge01.dgnum" = {
|
||||
user = "root";
|
||||
hostname = "fd26:baf9:d250:8000::ffff";
|
||||
proxyJump = "vault01.dgnum";
|
||||
|
|
Loading…
Reference in a new issue