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