Updates, Regression on Proton & Addition of pass
This commit is contained in:
parent
02c1ed3ea7
commit
653eec66d9
6 changed files with 73 additions and 38 deletions
|
|
@ -14,4 +14,8 @@
|
|||
extraGroups = [ "wheel" "networkmanager" ];
|
||||
shell = pkgs.fish;
|
||||
};
|
||||
|
||||
environment.sessionVariables = {
|
||||
PASSWORD_STORE_ENABLE_EXTENSIONS = "true";
|
||||
};
|
||||
}
|
||||
|
|
|
|||
|
|
@ -7,5 +7,7 @@
|
|||
starship
|
||||
wl-clipboard
|
||||
sl
|
||||
jq
|
||||
pass
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,23 +1,25 @@
|
|||
{ pkgs, zen-browser, lib, config, ... }:
|
||||
|
||||
let
|
||||
tex = (pkgs.texlive.combine { inherit (pkgs.texlive)
|
||||
scheme-medium
|
||||
lettre
|
||||
wallpaper
|
||||
lastpage
|
||||
hyphenat
|
||||
moresize
|
||||
fontawesome5
|
||||
montserrat
|
||||
titlesec
|
||||
ly1
|
||||
footmisc
|
||||
titling
|
||||
frpseudocode
|
||||
ebproof
|
||||
comment;
|
||||
});
|
||||
# tex = (pkgs.texlive.combine { inherit (pkgs.texlive)
|
||||
# scheme-medium
|
||||
# lettre
|
||||
# wallpaper
|
||||
# lastpage
|
||||
# hyphenat
|
||||
# moresize
|
||||
# fontawesome5
|
||||
# montserrat
|
||||
# titlesec
|
||||
# ly1
|
||||
# footmisc
|
||||
# titling
|
||||
# frpseudocode
|
||||
# ebproof
|
||||
# comment
|
||||
# ucs;
|
||||
# });
|
||||
tex = pkgs.texliveFull;
|
||||
in {
|
||||
users.users.lyes.packages = with pkgs; [
|
||||
# Web
|
||||
|
|
@ -79,6 +81,7 @@ in {
|
|||
# typst
|
||||
tinymist
|
||||
zotero
|
||||
folio
|
||||
|
||||
# Programming
|
||||
git
|
||||
|
|
@ -117,7 +120,7 @@ in {
|
|||
# Proton
|
||||
protonmail-bridge-gui
|
||||
protonmail-desktop
|
||||
protonvpn-gui
|
||||
stable.protonvpn-gui
|
||||
proton-pass
|
||||
|
||||
# Multimedia
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue