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 du-dust# see how disk space is being used
usbutils usbutils
ntfs3g # NTFS fs ntfs3g # NTFS fs
pm-utils # power management https://pm-utils.freedesktop.org/wiki/ pmutils # power management https://pm-utils.freedesktop.org/wiki/
wireshark 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) # No matter what environment we are in we want these tools for root, and the user(s)
programs.zsh.enable = true; programs.zsh.enable = true;
programs.git.enable = true; programs.git.enable = true;
environment.systemPackages = [ environment.systemPackages = with pkgs; [
pkgs.just just
pkgs.rsync rsync
]; ];
}; };
} }

View File

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