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
unstable.proton-authenticator
unstable.protonmail-desktop
unstable.protonvpn-gui
unstable.proton-vpn
prismlauncher
unstable.signal-desktop
freecad
@ -150,6 +150,7 @@
xonotic
osu-lazer-bin
ufoai
ludusavi # steam backup
# game utils
mangohud

View File

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

View File

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