From 5b71022a6af29fad25fb521aa7763ed72caf53e0 Mon Sep 17 00:00:00 2001 From: Zynh Ludwig Date: Thu, 27 Jun 2024 16:23:31 -0700 Subject: [PATCH] system specific stuff --- configuration.nix | 20 +++++++++++++------- home.nix | 5 +++++ 2 files changed, 18 insertions(+), 7 deletions(-) diff --git a/configuration.nix b/configuration.nix index 61a1ba2..0590efb 100644 --- a/configuration.nix +++ b/configuration.nix @@ -11,8 +11,8 @@ ]; # Bootloader. - # boot.loader.systemd-boot.enable = true; - # boot.loader.efi.canTouchEfiVariables = true; + boot.loader.systemd-boot.enable = true; + boot.loader.efi.canTouchEfiVariables = true; # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. @@ -48,11 +48,10 @@ # Enable the X11 windowing system. services.xserver.enable = true; - # Enable the XFCE Desktop Environment. - # services.xserver.displayManager.lightdm.enable = true; - snowhawk.dwm.enable = true; + # Enable the XFCE Desktop Environment. + # services.xserver.displayManager.lightdm.enable = true; # services.xserver.desktopManager.budgie.enable = true; # Configure keymap in X11 @@ -107,16 +106,23 @@ unzip fzf tree + libsecret nix-output-monitor brave gparted arandr + flameshot # steam - # spotify - # discord + spotify + discord + + xivlauncher + # (xivlauncher.override { + # useSteamRun = false; + # }) git-credential-oauth diff --git a/home.nix b/home.nix index bfd3694..094f010 100644 --- a/home.nix +++ b/home.nix @@ -18,6 +18,11 @@ services.dunst.enable = true; services.unclutter.enable = true; + programs.chromium = { + enable = true; + package = "google-chrome"; + }; + home.packages = with pkgs; [ # (pkgs.writeShellScriptBin "my-hello" '' # echo "Hello, ${config.home.username}!"