summaryrefslogtreecommitdiff
path: root/hosts/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'hosts/desktop')
-rw-r--r--hosts/desktop/configuration.nix18
-rw-r--r--hosts/desktop/home.nix2
2 files changed, 3 insertions, 17 deletions
diff --git a/hosts/desktop/configuration.nix b/hosts/desktop/configuration.nix
index a96973d..05ef3f7 100644
--- a/hosts/desktop/configuration.nix
+++ b/hosts/desktop/configuration.nix
@@ -1,6 +1,5 @@
{
config,
- inputs,
username,
pkgs,
...
@@ -9,15 +8,10 @@
system.stateVersion = "25.05";
imports = [
- inputs.disko.nixosModules.disko
- # ./disko.nix
./hardware-configuration.nix
-
../../os/default.nix
];
- # hardware.facter.reportPath = ./facter.json;
-
os = {
core = {
allowUnfree.enable = true;
@@ -30,7 +24,6 @@
bootloader = {
type = "systemd-boot";
timeout = 0;
- # luks.enable = true;
};
drivers = {
enable = true;
@@ -79,7 +72,7 @@
monero.enable = true;
sops.enable = true;
syncthing.enable = true;
- # omnisearch.enable = true;
+ omnisearch.enable = true;
vpn.enable = true;
};
wm = {
@@ -87,15 +80,8 @@
niri.enable = true;
};
};
- services.hardware.openrgb = {
- enable = true;
- motherboard = "amd";
- package = pkgs.openrgb-with-all-plugins;
- };
- environment.systemPackages = with pkgs; [
- wl-kbptr
- ];
+ programs.firefox.enable = true;
boot = {
kernelModules = [
diff --git a/hosts/desktop/home.nix b/hosts/desktop/home.nix
index 29b26c4..c1f1517 100644
--- a/hosts/desktop/home.nix
+++ b/hosts/desktop/home.nix
@@ -54,7 +54,7 @@
email.thunderbird.enable = true;
media.enable = true;
mpv.enable = true;
- nixcord.enable = true;
+ chat.enable = true;
obs.enable = true;
obsidian.enable = true;
spicetify.enable = true;