❄️ Nix configurations
0
fork

Configure Feed

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

workaround for fish stuff

A.Ottr c9ad277b f3df91e7

+11 -10
-5
home/common/fish.nix
··· 18 18 test (uname) = Darwin; and eval "$(/opt/homebrew/bin/brew shellenv)" 19 19 ''; 20 20 21 - catppuccin = { 22 - enable = true; 23 - flavor = "macchiato"; 24 - }; 25 - 26 21 plugins = with pkgs.fishPlugins; [ 27 22 { name = "fzf"; src = fzf.src; } 28 23 { name = "puffer"; src = puffer.src; } # https://github.com/nickeb96/puffer-fish
+6
home/otter/default.nix
··· 24 24 home.sessionVariables = {}; 25 25 26 26 programs.home-manager.enable = true; 27 + 28 + programs.fish.catppuccin = { 29 + enable = true; 30 + flavor = "macchiato"; 31 + }; 32 + 27 33 }
+5 -5
nixos/ferret/configuration.nix
··· 41 41 services.xserver.enable = true; 42 42 43 43 44 - sound.enable = false; 45 - services.pipewire = { 46 - enable = false; 47 - }; 44 + # sound.enable = false; 45 + # services.pipewire = { 46 + # enable = false; 47 + # }; 48 48 49 49 # Define a user account. Don't forget to set a password with ‘passwd’. 50 50 users.users.alex = { ··· 59 59 # Allow unfree packages 60 60 nixpkgs.config.allowUnfree = true; 61 61 environment.systemPackages = [ 62 - pkgs.tailscales 62 + pkgs.tailscale 63 63 ]; 64 64 services.tailscale = { 65 65 enable = true;