mirror of
https://codeberg.org/ultra/nixos-dotfiles.git
synced 2024-11-22 13:53:09 +02:00
oops wrong system
Signed-off-by: Alex Stan <90788596+Ultra980@users.noreply.github.com>
This commit is contained in:
parent
13d7ab12d0
commit
0340a32990
2 changed files with 6 additions and 5 deletions
|
@ -45,9 +45,9 @@
|
|||
nixosConfigurations = {
|
||||
titan = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
# specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./hosts/titan/configuration.nix
|
||||
( import ./hosts/titan/configuration.nix inputs )
|
||||
{
|
||||
environment.etc."nix/inputs/nixpkgs".source = nixpkgs.outPath;
|
||||
nix.nixPath = [
|
||||
|
@ -63,9 +63,9 @@
|
|||
};
|
||||
hermes = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
# specialArgs = { inherit inputs; };
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
( import ./hosts/hermes/configuration.nix inputs )
|
||||
./hosts/hermes/configuration.nix
|
||||
{
|
||||
environment.etc."nix/inputs/nixpkgs".source = nixpkgs.outPath;
|
||||
nix.nixPath = [
|
||||
|
|
|
@ -147,7 +147,7 @@ in {
|
|||
nerdfonts
|
||||
steam-run
|
||||
packagekit
|
||||
nix-software-center
|
||||
# nix-software-center
|
||||
fish
|
||||
libsForQt5.yakuake
|
||||
libsForQt5.discover
|
||||
|
@ -162,6 +162,7 @@ in {
|
|||
ksnip
|
||||
virt-manager
|
||||
flutter
|
||||
nixd
|
||||
];
|
||||
variables = {
|
||||
NIX_AUTO_RUN = "!";
|
||||
|
|
Loading…
Reference in a new issue