summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2026-05-26 13:08:05 -0400
committerFreya Murphy <freya@freyacat.org>2026-05-26 13:08:05 -0400
commitcd6897dbf68b905b55e6f4ec73c28a2476fce3ac (patch)
tree3b57010dfeb8b4aea8ef2fec904b0529ccd0894e /hosts
parent'cores' option is defunct (diff)
downloaddotfiles-nix-cd6897dbf68b905b55e6f4ec73c28a2476fce3ac.tar.gz
dotfiles-nix-cd6897dbf68b905b55e6f4ec73c28a2476fce3ac.tar.bz2
dotfiles-nix-cd6897dbf68b905b55e6f4ec73c28a2476fce3ac.zip
prepare kaworu host for new pc
Diffstat (limited to 'hosts')
-rw-r--r--hosts/kaworu/default.nix24
-rw-r--r--hosts/shinji/default.nix22
2 files changed, 14 insertions, 32 deletions
diff --git a/hosts/kaworu/default.nix b/hosts/kaworu/default.nix
index 940f3fc..f20f400 100644
--- a/hosts/kaworu/default.nix
+++ b/hosts/kaworu/default.nix
@@ -1,24 +1,23 @@
# Kaworu
# System configuration for my desktop
-_: {
+{ inputs, ... }: {
imports = [
./hardware.nix
];
# options
hostName = "kaworu";
- monitors = [
- {
- name = "HDMI-A-1";
- scale = 1.0;
- }
+ monitors = with inputs.self.lib.monitors; [
+ asus
+ acer
];
# modules
apps = {
- astal.enable = true;
+ caelestia.enable = true;
hyprlock.enable = true;
kitty.enable = true;
+ obs.enable = true;
};
browsers = {
firefox.enable = true;
@@ -28,18 +27,15 @@ _: {
hyprland.enable = true;
ly.enable = true;
};
- development = {
- c.enable = true;
- rust.enable = true;
- web.enable = true;
- };
gaming = {
+ enable = true;
homestuck.enable = true;
minecraft.enable = true;
steam.enable = true;
};
# modules
- bluetooth = true;
- network = true;
+ amdgpu.enable = true;
+ bluetooth.enable = true;
+ network.enable = true;
}
diff --git a/hosts/shinji/default.nix b/hosts/shinji/default.nix
index 6c1ff38..28c9658 100644
--- a/hosts/shinji/default.nix
+++ b/hosts/shinji/default.nix
@@ -1,13 +1,13 @@
# Shinji
# System configuration for my laptop
-{pkgs, ...}: {
+{pkgs, inputs, ...}: {
imports = [
./hardware.nix
];
# options
hostName = "shinji";
- monitors = [
+ monitors = with inputs.self.lib.monitors; [
{
port = "eDP-1";
laptop = true;
@@ -15,22 +15,8 @@
bitdepth = 10;
}
# desktop when docked
- {
- desc = "ASUSTek COMPUTER INC ASUS VA24E LALMTF215939";
- position = {
- enabled = true;
- x = 2048;
- y = 240;
- };
- }
- {
- desc = "Acer Technologies EB321HQU 0x00000698";
- position = {
- enabled = true;
- x = 3968;
- y = 0;
- };
- }
+ asus
+ acer
];
# set power btn to suspend