adding some tweaks and home manager to dalinar

This commit is contained in:
Chris Cochrun 2022-09-07 06:30:46 -05:00
parent a6aa870224
commit 4fbc25a032
6 changed files with 6 additions and 5 deletions

View file

@ -23,12 +23,12 @@
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
pname = "LightlyShaders"; pname = "LightlyShaders";
version = "0.1.4"; version = "0.1.5";
src = fetchFromGitHub { src = fetchFromGitHub {
owner = "a-parhom"; owner = "a-parhom";
repo = "LightlyShaders"; repo = "LightlyShaders";
rev = "4d649f8d9874b3ab251588fdaa2eac4bb74b1125"; rev = "04432c4a704d561541ae2be1f9907bb7bb783a2b";
sha256 = "c/zbYmOXhl0xX+Rjw5eU48jQqA+OAxsh/pvWXo5bakA="; sha256 = "c/zbYmOXhl0xX+Rjw5eU48jQqA+OAxsh/pvWXo5bakA=";
}; };

View file

@ -117,6 +117,7 @@ Both include the home-manager module. Primarily I chose that route so that I cou
inherit system; inherit system;
modules = [ modules = [
./system/dalinar/configuration.nix ./system/dalinar/configuration.nix
home-manager.nixosModules.home-manager
]; ];
}; };
}; };
@ -404,7 +405,6 @@ airshipper
Here are some dev tools that I often have on a few devices. Here are some dev tools that I often have on a few devices.
#+NAME: dev-tools #+NAME: dev-tools
#+begin_src nix #+begin_src nix
direnv
android-tools android-tools
nix-index nix-index
meson meson

View file

@ -239,3 +239,5 @@ end
# fm6000 -r -c blue # fm6000 -r -c blue
any-nix-shell fish --info-right | source any-nix-shell fish --info-right | source
direnv hook fish | source

View file

@ -90,6 +90,7 @@
inherit system; inherit system;
modules = [ modules = [
./system/dalinar/configuration.nix ./system/dalinar/configuration.nix
home-manager.nixosModules.home-manager
]; ];
}; };
}; };

View file

@ -302,7 +302,6 @@
lutris lutris
protonup protonup
# Dev tools # Dev tools
direnv
android-tools android-tools
nix-index nix-index
meson meson

View file

@ -318,7 +318,6 @@
fet-sh fet-sh
macchina macchina
# Dev tools # Dev tools
direnv
android-tools android-tools
nix-index nix-index
meson meson