diff options
author | Patryk Niedzwiedzinski <patryk@niedzwiedzinski.cyou> | 2024-09-29 16:57:13 +0200 |
---|---|---|
committer | Patryk Niedzwiedzinski <patryk@niedzwiedzinski.cyou> | 2024-09-29 16:57:13 +0200 |
commit | b0f89aad37b8f21bf2865a30065cf4ca29a2176f (patch) | |
tree | 8d750003d3a524f84a76d93bd0950e890dee2b37 /machines | |
parent | 5ec63e54cf7ef60e1a93db05d7f21db87bb5eeff (diff) | |
download | dots-b0f89aad37b8f21bf2865a30065cf4ca29a2176f.tar.gz dots-b0f89aad37b8f21bf2865a30065cf4ca29a2176f.zip |
13 current 2024-09-29 16:57:11 24.05.20240914.8f7492c 6.6.51 *
Diffstat (limited to 'machines')
-rw-r--r-- | machines/t14/configuration.nix | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/machines/t14/configuration.nix b/machines/t14/configuration.nix index 07fe3fc..7e7bff1 100644 --- a/machines/t14/configuration.nix +++ b/machines/t14/configuration.nix @@ -1,6 +1,7 @@ { config, pkgs, ... }: - -{ +let + rebuild = pkgs.writeShellScriptBin "rebuild" (builtins.readFile ../../rebuild/rebuild.sh); +in { imports = [ # Include the results of the hardware scan. ../base.nix @@ -47,6 +48,7 @@ environment.systemPackages = with pkgs; [ # vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default. # wget + rebuild ]; # Some programs need SUID wrappers, can be configured further or are |