Skip to content

Commit

Permalink
chore: general update
Browse files Browse the repository at this point in the history
  • Loading branch information
zeapoz committed Jun 10, 2024
1 parent dcad5f1 commit 1dc70d3
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 11 deletions.
5 changes: 0 additions & 5 deletions modules/desktop/applications/browsers.nix
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,6 @@ in {
brave
qutebrowser
];

programs.librewolf = {
enable = true;
package = pkgs.librewolf-wayland;
};
};
};
}
4 changes: 4 additions & 0 deletions modules/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
polkit_gnome
pulseaudio
signal-desktop
telegram-desktop
slack
xdg-utils
];
Expand All @@ -34,6 +35,9 @@
rink
shell
];
x = {fraction = 0.5;};
y = {fraction = 0.3;};
width = {fraction = 0.5;};
};
extraCss = ''
.window {
Expand Down
12 changes: 6 additions & 6 deletions modules/desktop/hyprland/config.nix
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
inherit (config.colorScheme) palette;

terminalCmd = "wezterm --config-file $HOME/.config/NixOS/config/wezterm/wezterm.lua";
browser = "qutebrowser";
browser = "brave";
musicApp = "${browser} https://music.youtube.com";
layout = "master";
in {
Expand All @@ -20,7 +20,7 @@ in {
builtins.toString cursorCfg.size
}
blurls=anyrun
# blurls=anyrun
blurls=gtk-layer-shell
${
Expand Down Expand Up @@ -178,11 +178,11 @@ in {
bind=SUPER,RETURN,exec,${terminalCmd}
bind=SUPER,D,exec,anyrun
bind=SUPER,X,exec,wlogout -p layer-shell
bind=SUPER,H,exec,neovide
bind=SUPERSHIFT,H,exec,codium --enable-features=UseOzonePlatform --ozone-platform=wayland
bind=SUPER,H,exec,code --enable-features=UseOzonePlatform --ozone-platform=wayland
bind=SUPERSHIFT,H,exec,neovide
bind=SUPER,B,exec,${browser}
bind=SUPERSHIFT,B,exec,brave --enable-features=UseOzonePlatform --ozone-platform=wayland
bind=SUPER,P,exec,${terminalCmd} -e fish -c ranger
bind=SUPERSHIFT,B,exec,qutebrowser
bind=SUPER,P,exec,${terminalCmd} -e fish -c yazi
bind=SUPER,S,exec,${musicApp}
bind=SUPER,W,killactive,
Expand Down
1 change: 1 addition & 0 deletions modules/desktop/hyprland/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ in {
slurp
swaybg
wl-clipboard
xwaylandvideobridge
];

configFile = {
Expand Down
1 change: 1 addition & 0 deletions modules/shell/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ in {
jq
jaq
bc
yazi
wget
];

Expand Down

0 comments on commit 1dc70d3

Please sign in to comment.