diff --git a/home.nix b/home.nix index bf0d0ff..0229688 100644 --- a/home.nix +++ b/home.nix @@ -20,16 +20,6 @@ in { ]; file = { - "hello.sh" = { - text = '' - #!/usr/bin/env bash - - echo 'Hello, ${username}!' - echo '*slaps roof* This script can fit so many lines in it!' - ''; - executable = true; - }; - # konsole configuration ".local/share/konsole/Nixos.profile".source = ./konsole/Nixos.profile; };