diff options
| author | seraphim <18ycm9tx@anonaddy.me> | 2026-08-04 18:09:41 +0700 |
|---|---|---|
| committer | seraphim <18ycm9tx@anonaddy.me> | 2026-08-04 18:09:41 +0700 |
| commit | 4138dfae4e1cfd788046460b669483137bae5869 (patch) | |
| tree | c45039fd412b2d9a26018bb557596664fa6e8f23 /nixos/modules/system | |
| parent | 9b46166e50966dc3978fbb27dba5a2bc745a5e69 (diff) | |
mpv upd: subs and cookies
Diffstat (limited to 'nixos/modules/system')
| -rw-r--r-- | nixos/modules/system/hardware/default.nix | 2 | ||||
| -rw-r--r-- | nixos/modules/system/users/default.nix | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/nixos/modules/system/hardware/default.nix b/nixos/modules/system/hardware/default.nix index b3f1bbb..d81b60e 100644 --- a/nixos/modules/system/hardware/default.nix +++ b/nixos/modules/system/hardware/default.nix @@ -17,4 +17,4 @@ # The actual NVIDIA driver is configured in modules/features/nvidia; this # just tells the X server legacy path to prefer the nvidia driver name. services.xserver.videoDrivers = [ "nvidia" ]; -}
\ No newline at end of file +} diff --git a/nixos/modules/system/users/default.nix b/nixos/modules/system/users/default.nix index 6eafd7c..d795a64 100644 --- a/nixos/modules/system/users/default.nix +++ b/nixos/modules/system/users/default.nix @@ -41,6 +41,8 @@ shellAliases = { ls = "eza -al --icons=auto"; ll = "eza -al --icons=auto"; + fs = "fastfetch"; + hf = "hyfetch"; sudo = "doas"; open = "xdg-open"; }; |
