This commit is contained in:
Faris 2026-05-03 11:07:19 +01:00
parent fbabf36336
commit 5a5aae833d
3 changed files with 6 additions and 2 deletions

View File

@ -114,7 +114,7 @@
obsidian obsidian
unstable.proton-authenticator unstable.proton-authenticator
unstable.protonmail-desktop unstable.protonmail-desktop
unstable.protonvpn-gui unstable.proton-vpn
prismlauncher prismlauncher
unstable.signal-desktop unstable.signal-desktop
freecad freecad
@ -150,6 +150,7 @@
xonotic xonotic
osu-lazer-bin osu-lazer-bin
ufoai ufoai
ludusavi # steam backup
# game utils # game utils
mangohud mangohud

View File

@ -1,3 +1,5 @@
{ pkgs, ...}:
{ {
# Enable sound with pipewire. # Enable sound with pipewire.
services.pulseaudio.enable = false; services.pulseaudio.enable = false;
@ -19,7 +21,7 @@
"networkmanager" "networkmanager"
"lp" #printing "lp" #printing
]; ];
} };
# Select internationalisation properties. # Select internationalisation properties.
i18n.defaultLocale = "en_GB.UTF-8"; i18n.defaultLocale = "en_GB.UTF-8";

View File

@ -4,6 +4,7 @@
home.sessionVariables = { home.sessionVariables = {
EDITOR = "nvim"; EDITOR = "nvim";
VISUAL = "nvim"; VISUAL = "nvim";
BROWSER = "brave";
}; };
programs = { programs = {