From 5a5aae833da7731078fbb9509d687b4592258175 Mon Sep 17 00:00:00 2001 From: Faris Date: Sun, 3 May 2026 11:07:19 +0100 Subject: [PATCH] merge --- config/desktop.nix | 3 ++- config/linux.nix | 4 +++- home/common.nix | 1 + 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/config/desktop.nix b/config/desktop.nix index feb382b..015ee5c 100644 --- a/config/desktop.nix +++ b/config/desktop.nix @@ -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 diff --git a/config/linux.nix b/config/linux.nix index 7e524be..791011a 100644 --- a/config/linux.nix +++ b/config/linux.nix @@ -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"; diff --git a/home/common.nix b/home/common.nix index 6a46548..38dc50b 100644 --- a/home/common.nix +++ b/home/common.nix @@ -4,6 +4,7 @@ home.sessionVariables = { EDITOR = "nvim"; VISUAL = "nvim"; + BROWSER = "brave"; }; programs = {