adding some tweaks and home manager to dalinar
This commit is contained in:
parent
a6aa870224
commit
4fbc25a032
|
@ -23,12 +23,12 @@
|
|||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "LightlyShaders";
|
||||
version = "0.1.4";
|
||||
version = "0.1.5";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "a-parhom";
|
||||
repo = "LightlyShaders";
|
||||
rev = "4d649f8d9874b3ab251588fdaa2eac4bb74b1125";
|
||||
rev = "04432c4a704d561541ae2be1f9907bb7bb783a2b";
|
||||
sha256 = "c/zbYmOXhl0xX+Rjw5eU48jQqA+OAxsh/pvWXo5bakA=";
|
||||
};
|
||||
|
||||
|
|
|
@ -117,6 +117,7 @@ Both include the home-manager module. Primarily I chose that route so that I cou
|
|||
inherit system;
|
||||
modules = [
|
||||
./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.
|
||||
#+NAME: dev-tools
|
||||
#+begin_src nix
|
||||
direnv
|
||||
android-tools
|
||||
nix-index
|
||||
meson
|
||||
|
|
|
@ -239,3 +239,5 @@ end
|
|||
|
||||
# fm6000 -r -c blue
|
||||
any-nix-shell fish --info-right | source
|
||||
|
||||
direnv hook fish | source
|
||||
|
|
|
@ -90,6 +90,7 @@
|
|||
inherit system;
|
||||
modules = [
|
||||
./system/dalinar/configuration.nix
|
||||
home-manager.nixosModules.home-manager
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -302,7 +302,6 @@
|
|||
lutris
|
||||
protonup
|
||||
# Dev tools
|
||||
direnv
|
||||
android-tools
|
||||
nix-index
|
||||
meson
|
||||
|
|
|
@ -318,7 +318,6 @@
|
|||
fet-sh
|
||||
macchina
|
||||
# Dev tools
|
||||
direnv
|
||||
android-tools
|
||||
nix-index
|
||||
meson
|
||||
|
|
Loading…
Reference in a new issue