forked from foxora/nix
updated flake.lock, reverted zig packages to unstable, switched ereader, added nix-index
This commit is contained in:
parent
6827fca11c
commit
387cceeadc
6 changed files with 95 additions and 86 deletions
|
|
@ -4,6 +4,7 @@
|
|||
config,
|
||||
inputs,
|
||||
upkgs,
|
||||
mpkgs,
|
||||
root,
|
||||
system,
|
||||
...
|
||||
|
|
@ -144,9 +145,10 @@
|
|||
imhex # hex editor
|
||||
kicad # open source electronics design program
|
||||
easyeda2kicad
|
||||
libreoffice-qt # word, excel, pdf etc open source programs
|
||||
# FIX: its fucking broken: https://github.com/NixOS/nixpkgs/pull/494721
|
||||
mpkgs.libreoffice-qt # word, excel, pdf etc open source programs
|
||||
hunspell # spell checker
|
||||
calibre # ebook reader
|
||||
inputs.bookokrat.packages.${system}.default # tui ebook reader
|
||||
obs-studio
|
||||
cytoscape
|
||||
element-desktop # 'official' gui matrix client
|
||||
|
|
@ -198,6 +200,7 @@
|
|||
alsa-utils
|
||||
gphoto2 # for my dslr!!!
|
||||
ffmpeg
|
||||
nix-index
|
||||
];
|
||||
|
||||
programs = {
|
||||
|
|
|
|||
|
|
@ -2,7 +2,6 @@
|
|||
# https://github.com/BirdeeHub/nix-wrapper-modules
|
||||
{
|
||||
inputs,
|
||||
spkgs,
|
||||
mpkgs,
|
||||
...
|
||||
}:
|
||||
|
|
@ -75,7 +74,7 @@ in
|
|||
inputs.fenix.packages.${system}.complete.rustfmt
|
||||
];
|
||||
zig = [
|
||||
spkgs.zls # FIX: using spkgs version as zls is broken rn ;-;
|
||||
zls
|
||||
];
|
||||
elixir = [
|
||||
elixir-ls
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
{ spkgs, ... }:
|
||||
{ ... }:
|
||||
{
|
||||
wayland.windowManager.river =
|
||||
let
|
||||
|
|
@ -7,7 +7,6 @@
|
|||
{
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
package = spkgs.river-classic; # FIX: using spkgs version as zls is broken rn ;-;
|
||||
|
||||
settings =
|
||||
let
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue