From 1ea3c72321a83143591bd4e9989da94798c2d71b Mon Sep 17 00:00:00 2001 From: Akshay Nair Date: Sun, 22 Jun 2025 01:25:32 +0530 Subject: Add immish dashboard link + refactor stuff --- configuration.nix | 37 ------------------------------------- 1 file changed, 37 deletions(-) delete mode 100644 configuration.nix (limited to 'configuration.nix') diff --git a/configuration.nix b/configuration.nix deleted file mode 100644 index 6622ec1..0000000 --- a/configuration.nix +++ /dev/null @@ -1,37 +0,0 @@ -{ pkgs, ... }: -{ - imports = [ - ./modules/hardware - ./modules/users - ./modules/network - ./modules/media - ./modules/dashboard - ./modules/storage - ./modules/notifications - ./modules/monitoring - ]; - - environment.systemPackages = with pkgs; [ - bottom - mtm - neovim - lf - util-linux - dig - ]; - - time.timeZone = "Asia/Kolkata"; - i18n.defaultLocale = "en_GB.UTF-8"; - - nix.settings = { - experimental-features = [ "nix-command" "flakes" ]; - auto-optimise-store = true; - }; - nix.gc = { - automatic = true; - dates = "weekly"; - }; - nixpkgs.config.allowUnfree = true; - - system.stateVersion = "25.05"; -} -- cgit v1.3.1