andrej home

This commit is contained in:
Aleksandr Lebedev 2025-08-12 22:04:33 +02:00
parent 1a495864f1
commit 3706212263
5 changed files with 29 additions and 3 deletions

View file

@ -0,0 +1,26 @@
{
lib,
pkgs,
config,
...
}:
# User information gathered by Snowfall Lib is available.
let
name = config.snowfallorg.user.name;
home = config.snowfallorg.user.home.directory;
in {
imports = lib.snowfall.fs.get-non-default-nix-files ./.;
custom = {
programs.librewolf.enable = true;
};
home = {
packages = with pkgs; [
zapzap
];
sessionVariables = {
};
stateVersion = "24.11";
};
}

View file

@ -25,7 +25,6 @@ in {
remainingEnergy = "charge_now"; remainingEnergy = "charge_now";
powerUsage = "current_now"; powerUsage = "current_now";
}; };
services.fwupd.enable = true; #fwupdmgr update
# Ensure that the `pinctrl_tigerlake` kernel module is loaded before `soc_button_array`. # Ensure that the `pinctrl_tigerlake` kernel module is loaded before `soc_button_array`.
# This is required for correcly switching to tablet mode when the display is folded back. # This is required for correcly switching to tablet mode when the display is folded back.
boot.extraModprobeConfig = '' boot.extraModprobeConfig = ''

View file

@ -17,6 +17,7 @@ in {
zramSwap = { zramSwap = {
enable = true; # Hopefully? helps with freezing when using swap enable = true; # Hopefully? helps with freezing when using swap
}; };
services.fwupd.enable = true; #fwupdmgr update
boot = { boot = {
kernelPackages = lib.mkDefault pkgs.linuxPackages_latest; kernelPackages = lib.mkDefault pkgs.linuxPackages_latest;
loader = { loader = {

View file

@ -65,6 +65,7 @@ in {
#kde #kde
kdePackages.gwenview kdePackages.gwenview
kdePackages.ark kdePackages.ark
shotwell
deploy-rs deploy-rs
custom.deploy-rs-online custom.deploy-rs-online

View file

@ -19,7 +19,7 @@ with lib.custom; {
presets.wayland = enabled; presets.wayland = enabled;
presets.gaming = enabled; presets.gaming = enabled;
hardware = { hardware = {
nvidia = enabled; #nvidia = enabled;
bluetooth = enabled; bluetooth = enabled;
printing = enabled; printing = enabled;
}; };
@ -105,7 +105,6 @@ with lib.custom; {
discord discord
solaar solaar
element-desktop element-desktop
wasistlos
prismlauncher prismlauncher
mcpelauncher-ui-qt mcpelauncher-ui-qt