refactor(systems, home): refactor defaults, packages

This commit is contained in:
madmin 2024-08-09 11:08:15 +02:00
parent 1388363d10
commit f7754dece3
3 changed files with 14 additions and 6 deletions

View File

@ -41,7 +41,7 @@
du-dust# see how disk space is being used
usbutils
ntfs3g # NTFS fs
pm-utils # power management https://pm-utils.freedesktop.org/wiki/
pmutils # power management https://pm-utils.freedesktop.org/wiki/
wireshark

View File

@ -53,9 +53,9 @@ in
# No matter what environment we are in we want these tools for root, and the user(s)
programs.zsh.enable = true;
programs.git.enable = true;
environment.systemPackages = [
pkgs.just
pkgs.rsync
environment.systemPackages = with pkgs; [
just
rsync
];
};
}

View File

@ -41,7 +41,9 @@
"systems/common/optional/pipewire.nix" # audio
"systems/common/optional/boot/loud_boot.nix" # for testing, otherwise quiet_boot.nix
#"systems/common/optional/boot/quiet_boot.nix" # with plymouth pretty custom load sequence
"systems/common/optional/btrfs_scrub.nix" # spec
"systems/common/optional/networking/iphone.nix"
# ------------------------ Desktop --------------------------- #
#"systems/common/optional/services/greetd.nix" # display manager
#"systems/common/optional/hyprland.nix" # window manager
@ -69,7 +71,13 @@
networkmanager.enable = true;
enableIPv6 = false;
};
# I devices
iphone = {
enable = true;
user = "Shenzhen";
};
# ================ HYPRLAND =================== #
environment.sessionVariables = {
# hack to get the cursor to become visible