diff options
| author | sinanmohd <sinan@sinanmohd.com> | 2026-02-09 10:58:27 +0530 |
|---|---|---|
| committer | sinanmohd <sinan@sinanmohd.com> | 2026-02-10 21:40:59 +0530 |
| commit | b7fb824c7b2e6dcaba9fd1f8a54e66d2dfcf082e (patch) | |
| tree | 209abef949705dad8658dd156d9a89f3d71e6503 /os/pc/modules | |
| parent | 97cd1fb0b38e60eb82d134f7e11020b0e0a4e1a8 (diff) | |
chore(os/pc): drop spotify
Diffstat (limited to 'os/pc/modules')
| -rw-r--r-- | os/pc/modules/firejail.nix | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/os/pc/modules/firejail.nix b/os/pc/modules/firejail.nix deleted file mode 100644 index f915d07..0000000 --- a/os/pc/modules/firejail.nix +++ /dev/null @@ -1,11 +0,0 @@ -{ pkgs, lib, ... }: -{ - programs.firejail = { - enable = true; - - wrappedBinaries.spotify = { - executable = lib.getExe pkgs.spotify; - profile = "${pkgs.firejail}/etc/firejail/spotify.profile"; - }; - }; -} |
