my nixos configuration
0
fork

Configure Feed

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

fix some shit

Thunder 9c996035 f06459b5

+2 -1
+1
modules/school.nix
··· 24 24 extraArgs = [ 25 25 "--net=none" 26 26 "--noprofile" 27 + "--home=${config.meow.home.stubbornHomeDirectory}/packettracer" 27 28 ''--env=QT_STYLE_OVERRIDE=""'' 28 29 ]; 29 30 };
+1 -1
modules/workstation/environment/niri/default.nix
··· 51 51 swayosd = getExe' pkgs.swayosd "swayosd-server"; 52 52 swayosdc = getExe' pkgs.swayosd "swayosd-client"; 53 53 waybar = getExe pkgs.waybar; 54 - awww = getExe' pkgs.awww "swww-daemon"; 54 + awww = getExe' pkgs.awww "awww-daemon"; 55 55 xwayland-satellite = getExe pkgs.xwayland-satellite; 56 56 57 57 panic = getExe (pkgs.writeShellApplication {