1770869734
This commit is contained in:
@@ -43,6 +43,7 @@
|
||||
compositor = {
|
||||
autotile = false;
|
||||
active_hint = true;
|
||||
super_key_action = cosmicLib.cosmic.mkRON "enum" "Workspace";
|
||||
|
||||
# Flat mouse acceleration (no accel)
|
||||
input_default = {
|
||||
|
||||
@@ -33,6 +33,7 @@
|
||||
pinta
|
||||
discord
|
||||
signal-desktop
|
||||
element-desktop
|
||||
];
|
||||
|
||||
programs.obs-studio.enable = true;
|
||||
|
||||
@@ -6,8 +6,8 @@
|
||||
force = true;
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
BROWSER = "librewolf";
|
||||
systemd.user.sessionVariables = {
|
||||
SSH_AUTH_SOCK = "${config.home.homeDirectory}/.bitwarden-ssh-agent.sock";
|
||||
BROWSER = "librewolf";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -22,4 +22,10 @@
|
||||
};
|
||||
};
|
||||
};
|
||||
|
||||
xdg.configFile."autostart/gnome-keyring-ssh.desktop".text = ''
|
||||
[Desktop Entry]
|
||||
Type=Application
|
||||
Hidden=true
|
||||
'';
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user