.
This commit is contained in:
@@ -166,9 +166,11 @@
|
|||||||
# System76 Devices
|
# System76 Devices
|
||||||
hardware.system76.enableAll = true;
|
hardware.system76.enableAll = true;
|
||||||
|
|
||||||
services.auto-cpufreq.enable = true;
|
services = {
|
||||||
|
auto-cpufreq.enable = true;
|
||||||
|
thermald.enable = true;
|
||||||
|
};
|
||||||
# services.flatpak.enable = true;
|
# services.flatpak.enable = true;
|
||||||
services.thermald.enable = true;
|
|
||||||
|
|
||||||
zramSwap = {
|
zramSwap = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
+15
-9
@@ -12,11 +12,13 @@
|
|||||||
# The home.packages option allows you to install Nix packages into your
|
# The home.packages option allows you to install Nix packages into your
|
||||||
# environment.
|
# environment.
|
||||||
|
|
||||||
|
nixpkgs.config.allowUnfree = true;
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
brave
|
brave
|
||||||
brightnessctl
|
brightnessctl
|
||||||
contour
|
contour
|
||||||
emacs-all-the-icons-fonts
|
emacs-all-the-icons-fonts
|
||||||
|
emacsPackages.pdf-tools
|
||||||
exfatprogs
|
exfatprogs
|
||||||
firefox
|
firefox
|
||||||
floorp
|
floorp
|
||||||
@@ -27,6 +29,7 @@
|
|||||||
keepassxc
|
keepassxc
|
||||||
libtool
|
libtool
|
||||||
libreoffice
|
libreoffice
|
||||||
|
minecraft
|
||||||
neofetch
|
neofetch
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
openvpn
|
openvpn
|
||||||
@@ -34,9 +37,11 @@
|
|||||||
pavucontrol
|
pavucontrol
|
||||||
picom
|
picom
|
||||||
powertop
|
powertop
|
||||||
|
praat
|
||||||
signal-desktop
|
signal-desktop
|
||||||
swayidle
|
swayidle
|
||||||
swww
|
swww
|
||||||
|
texliveFull
|
||||||
thunderbird
|
thunderbird
|
||||||
tree
|
tree
|
||||||
wev
|
wev
|
||||||
@@ -240,16 +245,17 @@
|
|||||||
startWithUserSession = true;
|
startWithUserSession = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
services.flameshot = {
|
# services.flameshot = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
settings = {
|
# settings = {
|
||||||
General = {
|
# General = {
|
||||||
disabledTrayIcon = true;
|
# disabledTrayIcon = true;
|
||||||
showStartupLaunchMessage = false;
|
# showStartupLaunchMessage = false;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
|
|
||||||
|
services.gnome-keyring.enable = true;
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
enable = true;
|
enable = true;
|
||||||
defaultCacheTtl = 1800;
|
defaultCacheTtl = 1800;
|
||||||
|
|||||||
Reference in New Issue
Block a user