My Nix Configuration

[systems.thought] Add some default config

Changed files
+7
systems
x86_64-linux
thought
+7
systems/x86_64-linux/thought/default.nix
···
./services/prometheus.nix
./services/tailscale.nix
];
+
py = {
+
users.default.enable = true;
+
programs = {
+
fish.enable = true;
+
neovim.enable = true;
+
};
+
};
fileSystems = {
"/" = {
fsType = "ext4";