Skip to content

Commit

Permalink
Add supersonic, add nnn bookmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeley committed Jan 4, 2024
1 parent ea8defe commit 1efd62f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
1 change: 1 addition & 0 deletions apps/hyprland/hyprland.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
1 change: 1 addition & 0 deletions apps/nnn/nnn.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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";
Expand Down
1 change: 1 addition & 0 deletions hosts/x13/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
ripgrep-all
rsync
stow
supersonic
ungoogled-chromium
unzip
xfce.thunar
Expand Down
6 changes: 4 additions & 2 deletions modules/configuration.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 1efd62f

Please sign in to comment.