โ„๏ธ My personnal NixOS configuration
nix-flake nixos-configuration linux dotfiles flake nix nix-config nixos nixos-flake linux-desktop
0
fork

Configure Feed

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

ใ€Œ๐Ÿ”จใ€ fix: fixed new config at 42

adjoly b66fb23b 636e4c2f

+3 -1
+1 -1
home/42/default.nix
··· 23 23 catppuccin.cursors.enable = lib.mkForce false; 24 24 programs.zsh = { 25 25 shellAliases = { 26 - re = "nix shell nixpkgs#nix nixpkgs#nh --command nh home switch \"$$HOME\"/nixos-config -c 42adjoly"; 26 + re = "nh home switch ~/nixos-config -c 42adjoly"; 27 27 bgs = "brightnessctl set"; 28 28 wl-copy = "xclip -i -selection clipboard"; 29 29 };
+2
home/42/packages.nix
··· 6 6 7 7 { 8 8 home.packages = with pkgs; [ 9 + jetbrains.goland 10 + 9 11 nix 10 12 mockoon 11 13 brightnessctl