Skip to content

Commit

Permalink
talos: install various home software
Browse files Browse the repository at this point in the history
  • Loading branch information
alarsyo committed Mar 3, 2024
1 parent 33aca9d commit fad2af4
Showing 1 changed file with 13 additions and 21 deletions.
34 changes: 13 additions & 21 deletions hosts/talos/home.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,32 +25,24 @@
(pkgs)
# some websites only work there :(

#chromium

#darktable

## dev

#

#rustup

#gdb

#valgrind
chromium
darktable
# dev

rustup
gdb
valgrind
arandr
#zotero

zotero
;

#inherit
# (pkgs.packages)
# ansel
# spot
# ;
inherit
(pkgs.packages)
ansel
spot
;

#inherit (pkgs.wineWowPackages) stable;
inherit (pkgs.wineWowPackages) stable;
};
};
}

0 comments on commit fad2af4

Please sign in to comment.