diff options
| author | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-31 22:02:28 +0530 |
|---|---|---|
| committer | Raghuram Subramani <raghus2247@gmail.com> | 2024-01-31 22:02:28 +0530 |
| commit | 01bb0877c285383fd2857920048bd2576f4d31e9 (patch) | |
| tree | b6f26596f1051baf5b791450d6158a69363f6c76 /configuration.nix | |
| parent | 578dd91bd1af79b256166ecf797344611790e267 (diff) | |
restructure
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/configuration.nix b/configuration.nix deleted file mode 100644 index 9c0e07d..0000000 --- a/configuration.nix +++ /dev/null @@ -1,38 +0,0 @@ -{ config, pkgs, ... }: - -{ - imports = [ - ./hardware-configuration.nix - ./OwO.nix - ./home.nix - ./desktop.nix - ]; - - nix.settings.experimental-features = [ "nix-command" "flakes" ]; - nixpkgs.config.allowUnfree = true; - - boot.loader.systemd-boot.enable = true; - boot.loader.efi.canTouchEfiVariables = true; - - environment.systemPackages = with pkgs; [ - waybar - fuzzel - dunst - hyprpaper - swaylock - - networkmanagerapplet - - greetd.tuigreet - greetd.greetd - polkit_gnome - - libnotify - libappindicator - - cudatoolkit - ]; - - system.stateVersion = "23.11"; -} - |
