This commit is contained in:
Tao Tien 2023-07-19 00:52:04 -07:00
parent 6cf6fb63f9
commit b40afd66ea
5 changed files with 49 additions and 37 deletions

View file

@ -1,7 +1,4 @@
{ pkgs, config, ... }:
let
unstableTarball = fetchTarball "https://github.com/NixOS/nixpkgs/archive/nixos-unstable.tar.gz";
in
{ pkgs, ... }:
{
users.users.tao.packages = with pkgs; [
darktable
@ -24,6 +21,7 @@ in
tio
unstable.nushell
unstable.prusa-slicer
unstable.wezterm
virt-manager
zoxide
];
@ -35,14 +33,6 @@ in
configDir = "/home/tao/.config/syncthing";
};
nixpkgs.config = {
packageOverrides = pkgs: {
unstable = import unstableTarball {
config = config.nixpkgs.config;
};
};
};
fonts.fonts = with pkgs; [
(nerdfonts.override { fonts = [ "FiraCode" ]; })
noto-fonts-cjk