mirror of
https://git.adityakumar.xyz/nix-conf.git
synced 2024-11-21 19:52:52 +00:00
add zathura
This commit is contained in:
parent
00339dbf3e
commit
3570f4fea0
1 changed files with 2 additions and 1 deletions
3
home.nix
3
home.nix
|
@ -25,6 +25,7 @@
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
# default editor
|
# default editor
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
|
NIXPKGS_ALLOW_UNFREE=1;
|
||||||
|
|
||||||
# sshaskpass
|
# sshaskpass
|
||||||
SSH_ASKPASS = "/home/user/.nix-profile/bin/ksshaskpass";
|
SSH_ASKPASS = "/home/user/.nix-profile/bin/ksshaskpass";
|
||||||
|
@ -58,7 +59,7 @@
|
||||||
nextcloud-client duf neovim foliate mpv obsidian dino aria2 bitwarden kitty-themes p7zip
|
nextcloud-client duf neovim foliate mpv obsidian dino aria2 bitwarden kitty-themes p7zip
|
||||||
tdesktop libreoffice-fresh jetbrains-mono yakuake krita filelight inkscape yt-dlp ranger
|
tdesktop libreoffice-fresh jetbrains-mono yakuake krita filelight inkscape yt-dlp ranger
|
||||||
libsForQt5.kwallet libsForQt5.kwallet-pam libsForQt5.kwalletmanager libsForQt5.ksshaskpass
|
libsForQt5.kwallet libsForQt5.kwallet-pam libsForQt5.kwalletmanager libsForQt5.ksshaskpass
|
||||||
cachix direnv git-lfs nix-direnv
|
cachix direnv git-lfs nix-direnv zathura
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
|
|
Loading…
Reference in a new issue