Bohdan's terminal configuration
0
fork

Configure Feed

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

nix: enabled evtest and added bpavuk to input group for bongo cat

bpavuk 1da361dc e8071ddd

+3 -1
+2
nixos/home/life/niri.nix
··· 19 19 nautilus 20 20 showtime 21 21 loupe 22 + 23 + evtest 22 24 ]; 23 25 24 26 home.sessionVariables = {
+1 -1
nixos/hosts/bpavuk-nixos/default.nix
··· 52 52 users.users.bpavuk = { 53 53 isNormalUser = true; 54 54 description = "Bohdan"; 55 - extraGroups = [ "networkmanager" "wheel" "kvm" "libvirtd" ]; 55 + extraGroups = [ "networkmanager" "wheel" "kvm" "libvirtd" "input" ]; 56 56 packages = with pkgs; []; 57 57 shell = pkgs.nushell; 58 58 };