From 1efd62ff3b1042e83b2e95d82f8bea6c4e6e4076 Mon Sep 17 00:00:00 2001 From: dbeley <6568955+dbeley@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:03:59 +0100 Subject: [PATCH] Add supersonic, add nnn bookmarks --- apps/hyprland/hyprland.conf | 1 + apps/nnn/nnn.nix | 1 + hosts/x13/home.nix | 1 + modules/configuration.nix | 6 ++++-- 4 files changed, 7 insertions(+), 2 deletions(-) diff --git a/apps/hyprland/hyprland.conf b/apps/hyprland/hyprland.conf index 80b596e..33a99af 100644 --- a/apps/hyprland/hyprland.conf +++ b/apps/hyprland/hyprland.conf @@ -184,6 +184,7 @@ bind = $mainMod, z, exec, firefox bind = $mainMod SHIFT, z, exec, emacs bind = $mainMod, t, exec, soffice bind = $mainMod SHIFT, t, exec, gnome-system-monitor +bind = $mainMod, d, exec, supersonic bind = $mainMod, e, exec, tofi-run -c ~/.cache/wal/tofi | xargs hyprctl dispatch exec diff --git a/apps/nnn/nnn.nix b/apps/nnn/nnn.nix index 15584f7..9cb38e2 100644 --- a/apps/nnn/nnn.nix +++ b/apps/nnn/nnn.nix @@ -5,6 +5,7 @@ bookmarks = { n = "~/Nextcloud"; a = "~/Nextcloud/10-19_Images/11_Captures-d-écran/11.01_autoscreen"; + s = "~/Nextcloud/10-19_Images/11_Captures-d-écran"; e = "~/nfs/Expansion/Downloads"; t = "~/Téléchargements"; d = "~/Documents"; diff --git a/hosts/x13/home.nix b/hosts/x13/home.nix index 2c2674b..7594143 100644 --- a/hosts/x13/home.nix +++ b/hosts/x13/home.nix @@ -90,6 +90,7 @@ ripgrep-all rsync stow + supersonic ungoogled-chromium unzip xfce.thunar diff --git a/modules/configuration.nix b/modules/configuration.nix index ca17f1c..0550408 100644 --- a/modules/configuration.nix +++ b/modules/configuration.nix @@ -81,8 +81,10 @@ }; # Allow unfree packages - nixpkgs.config.allowUnfree = true; - nixpkgs.config.chromium.enableWideVine = true; + nixpkgs.config = { + allowUnfree = true; + chromium.enableWideVine = true; + }; # List packages installed in system profile. To search, run: # $ nix search wget