merge
This commit is contained in:
parent
fbabf36336
commit
5a5aae833d
@ -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
|
||||
|
||||
@ -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";
|
||||
|
||||
@ -4,6 +4,7 @@
|
||||
home.sessionVariables = {
|
||||
EDITOR = "nvim";
|
||||
VISUAL = "nvim";
|
||||
BROWSER = "brave";
|
||||
};
|
||||
|
||||
programs = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user