mirror of
https://github.com/Superredstone/nixos.git
synced 2026-06-17 15:24:39 +02:00
feat(bomba): move from docker to native services
This commit is contained in:
@@ -5,7 +5,6 @@
|
||||
"https://cache.nixos.org"
|
||||
"https://cache.garnix.io"
|
||||
"https://nixvim-superredstone.cachix.org"
|
||||
"https://spotiflac-cli.cachix.org"
|
||||
"https://attic.xuyh0120.win/lantian"
|
||||
"https://noctalia.cachix.org"
|
||||
];
|
||||
@@ -13,7 +12,6 @@
|
||||
"cache.nixos.org-1:6NCHdD59X431o0gWypbMrAURkbJ16ZPMQFGspcDShjY="
|
||||
"cache.garnix.io:CTFPyKSLcx5RMJKfLo5EEPUObbA78b0YQ2DTCJXqr9g="
|
||||
"nixvim-superredstone.cachix.org-1:mEXHVxEv5dKka3FOxTMFDfdk/DJ0baydsahi+zZIcQE="
|
||||
"spotiflac-cli.cachix.org-1:UgpE8P0TO8NuF03vF117r/vgTkjq13Z3JqGzaQdC7xE="
|
||||
"lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc="
|
||||
"noctalia.cachix.org-1:pCOR47nnMEo5thcxNDtzWpOxNFQsBRglJzxWPp3dkU4="
|
||||
];
|
||||
|
||||
@@ -67,7 +67,6 @@
|
||||
|
||||
vim # The only and one great editor
|
||||
inputs.nixvim.packages.${stdenv.hostPlatform.system}.default # The only and one great editor improved even further
|
||||
inputs.spotiflac-cli.packages.${stdenv.hostPlatform.system}.default
|
||||
];
|
||||
|
||||
guiPackages = lib.optionals (currentSystemDe != "none") [
|
||||
|
||||
Reference in New Issue
Block a user