aboutsummaryrefslogtreecommitdiff
path: root/hosts/mercury
diff options
context:
space:
mode:
authorCollin Williams <1234@mail.com>2025-07-08 00:50:21 +0000
committerCollin Williams <1234@mail.com>2025-07-08 00:50:21 +0000
commitccfe06ffcf61daef56cfe0e5d3488dcb5df00bc8 (patch)
treee029a6077cdc09c86ee2be2fd75e7c995e0e8099 /hosts/mercury
parenta97c5e2ae338177418de6691dbf1c4e3dd06a7cd (diff)
no more dhall
Diffstat (limited to 'hosts/mercury')
-rw-r--r--hosts/mercury/config.nix2
-rw-r--r--hosts/mercury/home.nix1
-rw-r--r--hosts/mercury/system.nix2
3 files changed, 3 insertions, 2 deletions
diff --git a/hosts/mercury/config.nix b/hosts/mercury/config.nix
index ab45940..61679fc 100644
--- a/hosts/mercury/config.nix
+++ b/hosts/mercury/config.nix
@@ -43,7 +43,6 @@
shells.fish.enable = true;
programs = {
- starship.enable = true;
tmux.enable = true;
lazygit.enable = true;
@@ -53,7 +52,6 @@
userEmail = "96917990+bluedragon1221@users.noreply.github.com";
};
- nh.enable = true;
cmus.enable = true;
helix = {
diff --git a/hosts/mercury/home.nix b/hosts/mercury/home.nix
index ed03452..8020a60 100644
--- a/hosts/mercury/home.nix
+++ b/hosts/mercury/home.nix
@@ -7,6 +7,7 @@
kdePackages.kleopatra
mpv
musescore
+ qutebrowser
];
home.stateVersion = "25.05";
diff --git a/hosts/mercury/system.nix b/hosts/mercury/system.nix
index b6a2a6b..d46a674 100644
--- a/hosts/mercury/system.nix
+++ b/hosts/mercury/system.nix
@@ -21,7 +21,9 @@
};
networking.firewall.allowedUDPPorts = [445];
+ networking.firewall.allowedTCPPorts = [8000];
users.users.collin.packages = [pkgs.cifs-utils];
+ fonts.fontDir.enable = true;
system.stateVersion = "25.05";
}