Configuration for my NixOS based systems and Home Manager
0
fork

Configure Feed

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

ADD stuff

+17 -2
+7
gui.nix
··· 79 79 wlr.enable = true; 80 80 extraPortals = [ pkgs.xdg-desktop-portal-gtk ]; 81 81 }; 82 + xdg.mime = { 83 + enable = true; 84 + defaultApplications = { 85 + "x-scheme-handler/http" = "org.firefox.firefox.desktop"; 86 + "x-scheme-handler/https" = "org.firefox.firefox.desktop"; 87 + }; 88 + }; 82 89 services.dbus.enable = true; 83 90 services.gnome.gnome-keyring.enable = true; 84 91 }
+7
noah-home.nix
··· 6 6 "jetbrains.rust-rover" 7 7 "rust-rover" 8 8 "discord" 9 + "google-chrome" 9 10 ]; 10 11 }; 11 12 in { ··· 77 78 wl-clipboard 78 79 playerctl 79 80 barrier 81 + 82 + # Python dev tools 83 + ruff-lsp 84 + nodePackages.pyright 85 + python311Packages.python-lsp-server 86 + python311Packages.python-lsp-ruff 80 87 81 88 # Unfree 82 89 obsidian
+1
packages.nix
··· 91 91 "spotify" 92 92 "obsidian" 93 93 "tailscale" 94 + "google-chrome" 94 95 ]; 95 96 }
+2 -2
sway/odin
··· 2 2 #workspace $ws1 output DP-6 3 3 #workspace $ws2 output HDMI-A-1 4 4 5 - output "Acer Technologies XV272U 0x0000A50C" { 5 + output "Acer Technologies XV272U 0x8520810C" { 6 6 mode 2560x1440@143.999Hz 7 7 pos 440 0 8 8 transform normal ··· 17 17 transform normal 18 18 scale 1.0 19 19 scale_filter nearest 20 - adaptive_sync on 20 + adaptive_sync off 21 21 dpms on 22 22 }