1770869734

This commit is contained in:
2026-02-11 21:15:34 -07:00
parent c03cd11a12
commit bc2dacc391
6 changed files with 15 additions and 4 deletions

View File

@@ -18,7 +18,10 @@
];
nix.settings.experimental-features = [ "nix-command" "flakes" ];
# xdg.portal.config.common.default = [ "cosmic" ];
system.stateVersion = "25.11";
environment.sessionVariables = {
SSH_AUTH_SOCK = "$HOME/.bitwarden-ssh-agent.sock";
};
}

View File

@@ -1,5 +1,5 @@
{
description = "NixOS Configuration";
description = "Lavitz Configuration";
inputs = {
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";

View File

@@ -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 = {

View File

@@ -33,6 +33,7 @@
pinta
discord
signal-desktop
element-desktop
];
programs.obs-studio.enable = true;

View File

@@ -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";
};
}

View File

@@ -22,4 +22,10 @@
};
};
};
xdg.configFile."autostart/gnome-keyring-ssh.desktop".text = ''
[Desktop Entry]
Type=Application
Hidden=true
'';
}