me like nix
0

Configure Feed

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

increase display scaling

+2 -1
+1
configuration.nix
··· 103 103 extraGroups = [ "networkmanager" "wheel" ]; 104 104 shell = pkgs.fish; 105 105 }; 106 + home-manager.backupFileExtension = "backup"; 106 107 home-manager.users.sean = { pkgs, ...}: { 107 108 home.packages = [ 108 109 pkgs.atool
+1 -1
hyprland.conf
··· 2 2 # See https://wiki.hyprland.org/Configuring/Variables/ for more 3 3 4 4 # Monitor setup (adjust to your needs) 5 - monitor=,preferred,auto,1 # preferred monitor, auto resolution, auto position, scale 1 5 + monitor=,preferred,auto,2 # preferred monitor, auto resolution, auto position, scale 1 6 6 7 7 # Autostart some essential programs 8 8 exec-once = waybar # Starts Waybar (if you configure it later)