From 7e5cef3117fc2be559f005634256c1a128cbe38c Mon Sep 17 00:00:00 2001 From: Liam Malone Date: Mon, 25 Mar 2024 15:31:34 +0000 Subject: [PATCH] . --- hosts/default/configuration.nix | 6 ++++-- hosts/default/home.nix | 24 +++++++++++++++--------- 2 files changed, 19 insertions(+), 11 deletions(-) diff --git a/hosts/default/configuration.nix b/hosts/default/configuration.nix index 045e26e..7fac6e2 100644 --- a/hosts/default/configuration.nix +++ b/hosts/default/configuration.nix @@ -166,9 +166,11 @@ # System76 Devices hardware.system76.enableAll = true; - services.auto-cpufreq.enable = true; + services = { + auto-cpufreq.enable = true; + thermald.enable = true; + }; # services.flatpak.enable = true; - services.thermald.enable = true; zramSwap = { enable = true; diff --git a/hosts/default/home.nix b/hosts/default/home.nix index c3a3a84..5d45796 100644 --- a/hosts/default/home.nix +++ b/hosts/default/home.nix @@ -12,11 +12,13 @@ # The home.packages option allows you to install Nix packages into your # environment. + nixpkgs.config.allowUnfree = true; home.packages = with pkgs; [ brave brightnessctl contour emacs-all-the-icons-fonts + emacsPackages.pdf-tools exfatprogs firefox floorp @@ -27,6 +29,7 @@ keepassxc libtool libreoffice + minecraft neofetch networkmanagerapplet openvpn @@ -34,9 +37,11 @@ pavucontrol picom powertop + praat signal-desktop swayidle swww + texliveFull thunderbird tree wev @@ -240,16 +245,17 @@ startWithUserSession = true; }; - services.flameshot = { - enable = true; - settings = { - General = { - disabledTrayIcon = true; - showStartupLaunchMessage = false; - }; - }; - }; + # services.flameshot = { + # enable = true; + # settings = { + # General = { + # disabledTrayIcon = true; + # showStartupLaunchMessage = false; + # }; + # }; + # }; + services.gnome-keyring.enable = true; services.gpg-agent = { enable = true; defaultCacheTtl = 1800;