mirror of
https://github.com/librephoenix/nixos-config
synced 2025-07-06 06:52:13 +05:30
Updated system
This commit is contained in:
parent
0889af7fe8
commit
afcb50393f
5 changed files with 29 additions and 28 deletions
|
@ -60,6 +60,7 @@ in
|
|||
# Set retroarch core directory to ~/.local/bin/libretro
|
||||
# and retroarch core info directory to ~/.local/share/libretro/info
|
||||
home.file.".local/bin/libretro".source = "${myRetroarch}/lib/retroarch/cores";
|
||||
home.file.".local/bin/libretro-shaders".source = "${myRetroarch}/lib/retroarch/cores";
|
||||
home.file.".local/share/libretro/info".source = fetchTarball {
|
||||
url = "https://github.com/libretro/libretro-core-info/archive/refs/tags/v1.15.0.tar.gz";
|
||||
sha256 = "004kgbsgbk7hn1v01jg3vj4b6dfb2cp3kcp5hgjyl030wqg1r22q";
|
||||
|
|
|
@ -39,7 +39,7 @@ in
|
|||
home.packages = with pkgs; [
|
||||
disfetch lolcat cowsay onefetch
|
||||
gnugrep gnused
|
||||
bat eza bottom fd
|
||||
bat eza bottom fd bc
|
||||
direnv nix-direnv
|
||||
];
|
||||
|
||||
|
|
|
@ -5,8 +5,7 @@
|
|||
../../app/terminal/alacritty.nix
|
||||
../../app/terminal/kitty.nix
|
||||
(import ../../app/dmenu-scripts/networkmanager-dmenu.nix {
|
||||
dmenu_command = "fuzzel -d";
|
||||
inherit config lib pkgs;
|
||||
dmenu_command = "fuzzel -d"; inherit config lib pkgs;
|
||||
})
|
||||
(import ./hyprprofiles/hyprprofiles.nix {
|
||||
dmenuCmd = "fuzzel -d"; inherit config lib pkgs;
|
||||
|
@ -110,6 +109,7 @@
|
|||
bindm=SUPER,mouse:272,movewindow
|
||||
bindm=SUPER,mouse:273,resizewindow
|
||||
bind=SUPER,T,togglefloating
|
||||
bind=SUPER,G,exec,hyprworkspace 9; pegasus-fe;
|
||||
|
||||
bind=,code:107,exec,grim -g "$(slurp)"
|
||||
bind=SHIFT,code:107,exec,grim -g "$(slurp -o)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue