diff options
| author | Mel <einebeere@gmail.com> | 2023-09-26 21:03:05 +0200 |
|---|---|---|
| committer | Mel <einebeere@gmail.com> | 2023-09-26 21:03:05 +0200 |
| commit | 1b7b7b904428fecafc234cfeedb10ac2e85c7e2c (patch) | |
| tree | 8c4be388e372e9e494b37611094d20187db465e1 /configuration.nix | |
| parent | 6ff05d1149a24e2baaaeadc411e7f16293cc3656 (diff) | |
| download | rnrd-1b7b7b904428fecafc234cfeedb10ac2e85c7e2c.tar.zst rnrd-1b7b7b904428fecafc234cfeedb10ac2e85c7e2c.zip | |
Disable sample package
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/configuration.nix b/configuration.nix index 1b8ab64..7a5684b 100644 --- a/configuration.nix +++ b/configuration.nix @@ -20,11 +20,6 @@ in overlays = [ (super: final: import ./pkgs final )]; }; - programs.test.meow = { - enable = true; - name = "mel"; - }; - boot.loader.systemd-boot.enable = true; users.mutableUsers = false; |
