commit f16f8b61e62eaf82a728daeb455394589e143fa1
parent 0238bc8c7360f97a589384fabc2ffd6aa5896ef8
Author: breadcat <breadcat@users.noreply.github.com>
Date: Wed, 3 Jun 2026 15:53:24 +0100
Additional script and packages
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/machines/atlas.nix b/machines/atlas.nix
@@ -27,6 +27,7 @@ let machine = "atlas"; in {
../common/user.nix
../common/ydotool.nix
../scripts/ctimerename.nix
+ ../scripts/duplicate-filenames.nix
../scripts/duupmove.nix
../scripts/restic.nix
../scripts/seedy.nix
@@ -74,7 +75,9 @@ let machine = "atlas"; in {
# Packages
environment.systemPackages = with pkgs; [
+ discord
ntfs3g
+ beeper
];
system.stateVersion = "24.11"; # Did you read the comment?