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