mirror of
https://codeberg.org/leana8959/.files.git
synced 2025-12-06 06:39:14 +00:00
tungsten: refresh config
This commit is contained in:
parent
a2513b9add
commit
057a443b0f
2 changed files with 9 additions and 25 deletions
|
|
@ -150,6 +150,8 @@ in
|
|||
../homeModules/common/sioyek.nix
|
||||
../homeModules/common/user-nixconf.nix
|
||||
|
||||
../homeModules/extra/tmux-fish-integration.nix
|
||||
|
||||
#
|
||||
# Extern modules
|
||||
#
|
||||
|
|
|
|||
|
|
@ -4,6 +4,12 @@
|
|||
config,
|
||||
...
|
||||
}: {
|
||||
home.sessionVariables = let
|
||||
fishCfg = config.programs.fish;
|
||||
in {
|
||||
"SHELL" = lib.mkIf fishCfg.enable (lib.getExe fishCfg.package);
|
||||
};
|
||||
|
||||
imports = [
|
||||
#
|
||||
# CLI / TUI
|
||||
|
|
@ -18,18 +24,9 @@
|
|||
pkgs.bc
|
||||
pkgs.dig
|
||||
pkgs.hutils
|
||||
# pkgs.miniserve
|
||||
pkgs.miniserve
|
||||
pkgs.agenix
|
||||
|
||||
# pdf
|
||||
# pkgs.poppler_utils # pdfseparate, pdfunite
|
||||
# pkgs.easyscan
|
||||
|
||||
# fun
|
||||
# pkgs.prop-solveur
|
||||
# pkgs.hbrainfuck
|
||||
# pkgs.lucky-commit
|
||||
|
||||
# pretty tui tools
|
||||
pkgs.du-dust
|
||||
pkgs.tldr
|
||||
|
|
@ -41,7 +38,6 @@
|
|||
|
||||
# nix tools
|
||||
pkgs.alejandra
|
||||
# pkgs.nh
|
||||
pkgs.nix-output-monitor
|
||||
pkgs.nix-tree
|
||||
pkgs.nurl
|
||||
|
|
@ -59,10 +55,7 @@
|
|||
|
||||
password-store.enable = true;
|
||||
|
||||
# ROCm support is needed for AMD GPU
|
||||
# https://github.com/aristocratos/btop?tab=readme-ov-file#gpu-compatibility
|
||||
btop.enable = true;
|
||||
btop.package = pkgs.btop-rocm;
|
||||
|
||||
cmus.enable = true;
|
||||
ranger.enable = true;
|
||||
|
|
@ -74,20 +67,9 @@
|
|||
#
|
||||
{
|
||||
home.packages = [
|
||||
# productivity / media
|
||||
# pkgs.evolution
|
||||
# pkgs.libreoffice
|
||||
# pkgs.iamb
|
||||
# pkgs.calibre
|
||||
# pkgs.rawtherapee
|
||||
# pkgs.digikam
|
||||
# pkgs.gimp
|
||||
pkgs.vlc
|
||||
pkgs.nautilus
|
||||
pkgs.sushi # space bar previewer
|
||||
# pkgs.blender
|
||||
# pkgs.inkscape
|
||||
# pkgs.aseprite
|
||||
|
||||
# wm utilities
|
||||
pkgs.xbrightness
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue