diff options
| author | adikro <adikro@disroot.org> | 2026-03-26 23:34:00 +0100 |
|---|---|---|
| committer | adikro <adikro@disroot.org> | 2026-03-26 23:34:00 +0100 |
| commit | 3882a7074df48e348dbd7cc34d81bffc3f062b8f (patch) | |
| tree | 0ed4fde79905da7d26e20d4f214704e146e3509f /hosts | |
| parent | 1d40f7be90fa740ce34d7c0873b4acf205bca06a (diff) | |
flake updates
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/desktop/configuration.nix | 18 | ||||
| -rw-r--r-- | hosts/desktop/home.nix | 2 | ||||
| -rw-r--r-- | hosts/thinkpad/configuration.nix | 3 | ||||
| -rw-r--r-- | hosts/thinkpad/home.nix | 2 |
4 files changed, 4 insertions, 21 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; diff --git a/hosts/thinkpad/configuration.nix b/hosts/thinkpad/configuration.nix index 62adf1b..8fa03c4 100644 --- a/hosts/thinkpad/configuration.nix +++ b/hosts/thinkpad/configuration.nix @@ -77,8 +77,5 @@ niri.enable = true; }; }; - nixpkgs.config.permittedInsecurePackages = [ - "electron-38.8.4" - ]; # boot.kernelParams = [ "iomem=relaxed" ]; } diff --git a/hosts/thinkpad/home.nix b/hosts/thinkpad/home.nix index 6dba53c..35f227d 100644 --- a/hosts/thinkpad/home.nix +++ b/hosts/thinkpad/home.nix @@ -51,7 +51,7 @@ email.thunderbird.enable = true; media.enable = true; mpv.enable = true; - nixcord.enable = true; + chat.enable = true; onlyoffice.enable = true; obsidian.enable = true; spicetify.enable = true; |
