1770869734
This commit is contained in:
@@ -18,7 +18,10 @@
|
|||||||
];
|
];
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
# xdg.portal.config.common.default = [ "cosmic" ];
|
|
||||||
|
|
||||||
system.stateVersion = "25.11";
|
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 = {
|
inputs = {
|
||||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
nixpkgs.url = "github:nixos/nixpkgs/nixos-25.11";
|
||||||
|
|||||||
@@ -43,6 +43,7 @@
|
|||||||
compositor = {
|
compositor = {
|
||||||
autotile = false;
|
autotile = false;
|
||||||
active_hint = true;
|
active_hint = true;
|
||||||
|
super_key_action = cosmicLib.cosmic.mkRON "enum" "Workspace";
|
||||||
|
|
||||||
# Flat mouse acceleration (no accel)
|
# Flat mouse acceleration (no accel)
|
||||||
input_default = {
|
input_default = {
|
||||||
|
|||||||
@@ -33,6 +33,7 @@
|
|||||||
pinta
|
pinta
|
||||||
discord
|
discord
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
element-desktop
|
||||||
];
|
];
|
||||||
|
|
||||||
programs.obs-studio.enable = true;
|
programs.obs-studio.enable = true;
|
||||||
|
|||||||
@@ -6,8 +6,8 @@
|
|||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
home.sessionVariables = {
|
systemd.user.sessionVariables = {
|
||||||
BROWSER = "librewolf";
|
|
||||||
SSH_AUTH_SOCK = "${config.home.homeDirectory}/.bitwarden-ssh-agent.sock";
|
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