wip
This commit is contained in:
parent
2dcf9e12a7
commit
9b8bb5e88d
10 changed files with 41 additions and 43 deletions
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, unstable, lib, ... }:
|
||||
{ config, pkgs, lib, ... }:
|
||||
let
|
||||
this = import ../../.. { inherit pkgs; };
|
||||
useFeatures = [
|
||||
|
@ -16,7 +16,6 @@ let
|
|||
"xdg"
|
||||
"zsh"
|
||||
];
|
||||
unstable = import <nixpkgs-unstable> {};
|
||||
in
|
||||
{
|
||||
nixpkgs.overlays = [
|
||||
|
@ -60,5 +59,5 @@ in
|
|||
# Let Home Manager install and manage itself.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
home.packages = import ./pkgs.nix { pkgs = pkgs; unstable = unstable; };
|
||||
home.packages = import ./pkgs.nix { inherit pkgs; };
|
||||
}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, unstable }:
|
||||
{ pkgs }:
|
||||
with pkgs; [
|
||||
anki
|
||||
aspell
|
||||
|
@ -24,10 +24,6 @@ with pkgs; [
|
|||
fzf
|
||||
gdb
|
||||
gimp
|
||||
gnome4.gnome-tweak-tool
|
||||
gnome4.nautilus
|
||||
gnome4.vinagre
|
||||
gnomeExtensions.paperwm
|
||||
gnucash
|
||||
gnumake
|
||||
gnupg
|
||||
|
@ -69,7 +65,6 @@ with pkgs; [
|
|||
python3
|
||||
python38Packages.dateutil
|
||||
python38Packages.managesieve
|
||||
python38Packages.solo-python
|
||||
recipemd
|
||||
ripgrep
|
||||
rustup
|
||||
|
@ -92,5 +87,4 @@ with pkgs; [
|
|||
git-lfs
|
||||
gitAndTools.hub
|
||||
gitAndTools.lab
|
||||
unstable.android-studio
|
||||
]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue