mirror of
https://github.com/Nickiel12/nicks-nix-config.git
synced 2024-11-22 12:49:32 -08:00
removed EOL warning package
This commit is contained in:
parent
a9bd6c5fda
commit
ca7ccf8dc8
1 changed files with 1 additions and 1 deletions
2
home.nix
2
home.nix
|
@ -6,6 +6,7 @@ let
|
|||
rustpkgs = import pkgs {
|
||||
overlays = [ moz_overlay ];
|
||||
};
|
||||
|
||||
ruststable = (rustpkgs.latest.rustChannels.stable.rust.override {
|
||||
extensions = [ "rust-src" "rust-analysis" ];}
|
||||
);
|
||||
|
@ -62,7 +63,6 @@ let
|
|||
krita # Raster drawing
|
||||
pkgs-stable.libreoffice-fresh # Office editing
|
||||
makemkv # blue-ray + dvd -> mkv
|
||||
pkgs-stable.obsidian # Markdown and notes
|
||||
qalculate-gtk # unit-friendly calculator
|
||||
qlcplus # LED xlr control program
|
||||
signal-desktop # secure messaging service
|
||||
|
|
Loading…
Reference in a new issue