aboutsummaryrefslogtreecommitdiff
path: root/hosts/jupiter/config.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-04-29 15:32:28 -0500
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2026-04-29 15:32:28 -0500
commit2e0c6ccbbc76cc36e92128aea44e4bdd4e5c3d0a (patch)
tree9096774d34661c0ea6f481fd87f20a01d0ea4ed0 /hosts/jupiter/config.nix
parent9c9a49a855951662da62bcdec45f69ddc0099e5c (diff)
jupiter officially out of comission
Diffstat (limited to 'hosts/jupiter/config.nix')
-rw-r--r--hosts/jupiter/config.nix65
1 files changed, 0 insertions, 65 deletions
diff --git a/hosts/jupiter/config.nix b/hosts/jupiter/config.nix
deleted file mode 100644
index decaa61..0000000
--- a/hosts/jupiter/config.nix
+++ /dev/null
@@ -1,65 +0,0 @@
-{
- collinux = {
- theme = "adwaita";
-
- user.name = "collin";
-
- desktop = {
- gnome.enable = true;
- gdm.enable = true;
- gtk.enable = true;
-
- programs = {
- firefox.enable = true;
- ghostty.enable = true;
- };
- };
-
- terminal = {
- shells.fish.enable = true;
-
- programs = {
- lazygit.enable = true;
-
- starship = {
- enable = true;
- theme = "default";
- };
-
- helix = {
- enable = true;
- hardMode = false;
- };
-
- tmux.enable = true;
- broot.enable = true;
-
- git = {
- enable = true;
- userName = "Collin Williams";
- userEmail = "96917990+bluedragon1221@users.noreply.github.com";
- installKey = true;
- };
- };
- };
-
- boot = {
- timeout = 5;
- systemd-boot.enable = true;
- plymouth.enable = true;
- };
-
- services = {
- networking = {
- enable = true;
- networkmanager.enable = true;
- tailscale.enable = true;
- sshd.enable = true;
- };
-
- audio.enable = true;
-
- bluetooth.enable = true;
- };
- };
-}