me like nix
0

Configure Feed

Select the types of activity you want to include in your feed.

fix some stuff

+13 -9
-3
configuration.nix
··· 105 105 shell = pkgs.fish; 106 106 }; 107 107 108 - # Install firefox. 109 - programs.firefox.enable = true; 110 108 programs.fish.enable = true; 111 - 112 109 programs._1password.enable = true; 113 110 programs._1password-gui = { 114 111 enable = true;
+13 -6
home.nix
··· 13 13 enable = true; 14 14 settings = { 15 15 binds = { 16 - "Mod+D".action.spawn = "wofi"; 16 + "Mod+d".action.spawn = ["wofi" "--show" "drun" "--prompt" "Search..."]; 17 + "Mod+a".action.spawn = "alacritty"; 18 + }; 19 + outputs = { 20 + "DP-1" = { 21 + scale = 2.0; 22 + }; 17 23 }; 18 24 spawn-at-startup = [ 25 + { command = ["xwayland-satellite"]; } 19 26 { command = ["mako"]; } 20 27 { command = ["waybar"]; } 21 28 { command = ["/usr/bin/lxqt-policykit-agent"]; } 22 29 { command = ["wl-paste --watch cliphist store"]; } 23 30 ]; 24 - outputs = { 25 - "DP-1" = { 26 - scale = 2.0; 27 - }; 31 + environment = { 32 + DISPLAY = ":0"; 28 33 }; 29 34 }; 30 35 }; ··· 46 51 htop 47 52 zellij # terminal multiplexer 48 53 # --- ESSENTIAL HYPRLAND ECOSYSTEM TOOLS --- 49 - alacritty # Terminal emulator (popular choice, or pkgs.alacritty, pkgs.foot) 54 + alacritty 50 55 wofi # Application launcher (or pkgs.rofi-wayland) 51 56 waybar # Status bar (highly recommended) 52 57 mako # Notification daemon ··· 58 63 fd 59 64 ripgrep 60 65 yazi 66 + 67 + xwayland-satellite 61 68 62 69 # --- FONTS ARE IMPORTANT --- 63 70 noto-fonts