Nix Flakes configuration for MacOS, NixOS and WSL
0
fork

Configure Feed

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

feat: use anicy-cpp in replacement of gamemode

Use anicy-cpp-cachyOS rules

cosmeak 21512958 0e3da76a

+12 -1
+4
flake.nix
··· 47 47 home-manager.darwinModules.home-manager 48 48 ]; 49 49 50 + homes.modules = with inputs; [ 51 + chaotic.homeManagerModules.default 52 + ]; 53 + 50 54 systems.hosts.vali.modules = with inputs; [ 51 55 nixos-wsl.nixosModules.wsl 52 56 ];
+1
homes/x86_64-linux/cosmeak@loki/default.nix
··· 6 6 brave 7 7 btop 8 8 # discord 9 + discord-krisp 9 10 deno 10 11 github-desktop 11 12 just
+6 -1
modules/nixos/apps/steam/default.nix
··· 15 15 gamescopeSession.enable = true; 16 16 }; 17 17 18 - programs.gamemode.enable = true; 18 + environment.systemPackages = with pkgs; [ 19 + ananicy-cpp 20 + ananicy-rules-cachyos 21 + ]; 22 + 23 + # programs.gamemode.enable = true; 19 24 20 25 environment.sessionVariables = { 21 26 STEAM_EXTRA_COMPAT_TOOS_PATHS = "/home/cosmeak/.steam/root/compatibilitytools.d";
+1
systems/x86_64-linux/loki/default.nix
··· 29 29 30 30 boot.kernelPackages = pkgs.linuxPackages_cachyos; 31 31 chaotic.scx.enable = true; # by default uses scx_rustland scheduler 32 + chaotic.scx.scheduler = "scx_rusty"; 32 33 33 34 # Enable automatic login for the user. 34 35 services.displayManager.autoLogin.enable = true;