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/desktop/configuration.nix | |
| parent | 1d40f7be90fa740ce34d7c0873b4acf205bca06a (diff) | |
flake updates
Diffstat (limited to 'hosts/desktop/configuration.nix')
| -rw-r--r-- | hosts/desktop/configuration.nix | 18 |
1 files changed, 2 insertions, 16 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 = [ |
