Zathura config + remove old packages
This commit is contained in:
parent
247185eafe
commit
632185d7f8
10 changed files with 68 additions and 37 deletions
16
home.nix
16
home.nix
|
|
@ -2,9 +2,11 @@
|
|||
|
||||
let
|
||||
nixpkgs = import <nixpkgs> {};
|
||||
nixos-unstable = import <nixos-unstable> {};
|
||||
nixos = import <nixos> {};
|
||||
nix-rice = fetchTarball {
|
||||
url = "https://github.com/bertof/nix-rice/archive/refs/tags/v0.1.0.tar.gz";
|
||||
sha256 = "0am3fnn8lqbi0mhz8jxqskchw1phy5s7kkmrk6jw519dasqq6an7";
|
||||
url = "https://github.com/bertof/nix-rice/archive/refs/tags/v0.1.2.tar.gz";
|
||||
sha256 = "15f97nwwvk828vnx6kk325zzjn4q37hrpp9aiqiz2qhfs06mr147";
|
||||
};
|
||||
callPackage = pkgs.lib.callPackageWith pkgs;
|
||||
nord = import ./themes/nord.nix;
|
||||
|
|
@ -67,7 +69,6 @@ in
|
|||
evolution
|
||||
firefox
|
||||
gallery-dl
|
||||
# gallery-tagger
|
||||
gnome.dconf-editor
|
||||
gnome.easytag
|
||||
gnome.eog
|
||||
|
|
@ -81,6 +82,7 @@ in
|
|||
gnome.gnome-system-monitor
|
||||
gnome.gnome-tweaks
|
||||
gnome.nautilus
|
||||
gnome.quadrapassel
|
||||
gnome.seahorse
|
||||
gnome.sushi
|
||||
google-chrome
|
||||
|
|
@ -114,6 +116,7 @@ in
|
|||
wineFull
|
||||
wireguard
|
||||
xclip
|
||||
xournalpp
|
||||
zoom-us
|
||||
zotero
|
||||
|
||||
|
|
@ -125,7 +128,11 @@ in
|
|||
theme = "cla";
|
||||
}
|
||||
)
|
||||
];
|
||||
] ++ (
|
||||
with nixos; [
|
||||
blender
|
||||
]
|
||||
);
|
||||
};
|
||||
|
||||
programs.zsh.enable = true;
|
||||
|
|
@ -173,6 +180,7 @@ in
|
|||
./modules/tmux.nix
|
||||
./modules/update_background.nix
|
||||
# ./modules/xidelhook.nix
|
||||
./modules/zathura.nix
|
||||
./modules/zoxide.nix
|
||||
./modules/zsh.nix
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue