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(home-cosmeak): add packages

+24
+17
homes/cosmeak/hydrogen/default.nix
··· 1 1 { inputs, pkgs, ...}: 2 2 { 3 3 imports = [ ../common ]; 4 + 5 + users.users."cosmeak" = { 6 + isNormalUser = true; 7 + description = "cosmeak"; 8 + extraGroups = [ "networkmanager" "wheel" ]; 9 + 10 + # User wide packages 11 + packages = [ 12 + discord 13 + obs-studio 14 + prismlauncher 15 + obsidian 16 + spotify 17 + zed-editor 18 + _1password-gui 19 + ]; 20 + }; 4 21 }
+7
hosts/nixos/hydrogen/default.nix
··· 55 55 environment.systemPackages = with pkgs; [ 56 56 firefox 57 57 kitty 58 + bat 59 + eza 60 + fzf 61 + zoxide 62 + tree 63 + git 64 + starship 58 65 ]; 59 66 60 67 # Steam