1770869734
This commit is contained in:
@@ -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";
|
||||
};
|
||||
}
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
description = "NixOS Configuration";
|
||||
description = "Lavitz Configuration";
|
||||
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||
|
||||
@@ -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