This commit is contained in:
Mars 2024-12-03 00:53:48 -05:00
parent 27bf6633b2
commit 00ef021927
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
7 changed files with 569 additions and 301 deletions

View file

@ -21,6 +21,11 @@
};
colorScheme = inputs.nix-colors.colorSchemes.catppuccin-mocha;
wayland.windowManager.river = {
enable = true;
systemd.enable = true;
xwayland.enable = true;
};
home = {
packages = with pkgs;
@ -185,6 +190,11 @@
};
programs = {
rio = {
enable = true;
catppuccin.enable = true;
};
xmobar.enable = true;
wezterm.extraConfig = builtins.readFile ./wezterm.lua;

View file

@ -11,7 +11,7 @@ with pkgs; {
];
wayland.windowManager.hyprland = {
enable = false;
enable = true;
systemd.variables = ["--all"];
settings = let
@ -64,6 +64,7 @@ with pkgs; {
screenshot = mode: "${hyprshot}/bin/hyprshot --clipboard-only -m ${mode}";
in {
cursor.no_hardware_cursors = true;
decoration.rounding = 10;
dwindle.preserve_split = true;
gestures.workspace_swipe = true;
@ -133,15 +134,15 @@ with pkgs; {
monitor = [
"eDP-1, disable"
"Unknown-1, disable"
"DP-1, 2560x1440@165, auto, auto"
];
env = [
# Nvidia stuff
"GBM_BACKEND, nvidia-drm"
"__GLX_VENDOR_LIBRARY_NAME, nvidia"
"LIBVA_DRIVER_NAME, nvidia"
"WLR_DRM_DEVICES, $HOME/.config/hypr/card"
"NVD_BACKEND, direct"
# Cursors
"HYPRCURSOR_SIZE, 24"

View file

@ -1,10 +1,10 @@
{...}: {
services = {
cliphist.enable = false;
cliphist.enable = true;
udiskie.enable = false;
swaync = {
enable = false;
enable = true;
style = builtins.fetchurl {
url = "https://github.com/catppuccin/swaync/releases/download/v0.2.3/mocha.css";
sha256 = "1xr1wkg4zb467b35xhsfqiwhimfnn88i3ml5rf173rkm7fyby9qy";

View file

@ -8,7 +8,7 @@
betterTransition = "all 0.3s cubic-bezier(.55,-0.68,.48,1.682)";
in {
programs.waybar = {
enable = false;
enable = true;
package = pkgs.waybar;
settings = [
{