Compare commits

..

No commits in common. "78270430dbf0904dbb342c44367cc18aaf8d6e6e" and "0ac1fa9ed0fc43f7a819ce9e69f191b59f531e45" have entirely different histories.

3 changed files with 38 additions and 45 deletions

View file

@ -79,7 +79,7 @@
smolboi = inputs.nixpkgs.lib.nixosSystem { smolboi = inputs.nixpkgs.lib.nixosSystem {
specialArgs = { specialArgs = {
inherit inputs; inherit inputs;
pkgs-unstable = inputs.nixunstable.legacyPackages.x86_64-linux; pkgs-unstable = inputs.nixunstable;
}; };
modules = [ modules = [
./systems/smolboi/configuration.nix ./systems/smolboi/configuration.nix
@ -94,9 +94,6 @@
inputs.nixos-hardware.nixosModules.gigabyte-b550 inputs.nixos-hardware.nixosModules.gigabyte-b550
inputs.home-manager.nixosModules.home-manager inputs.home-manager.nixosModules.home-manager
{ {
home-manager.extraSpecialArgs = {
pkgs-unstable = inputs.nixunstable.legacyPackages.x86_64-linux;
};
home-manager.useGlobalPkgs = true; home-manager.useGlobalPkgs = true;
home-manager.users.cdombroski = import ./systems/smolboi/home.nix; home-manager.users.cdombroski = import ./systems/smolboi/home.nix;
} }
@ -105,7 +102,7 @@
zeus = inputs.nixpkgs.lib.nixosSystem { zeus = inputs.nixpkgs.lib.nixosSystem {
specialArgs = { specialArgs = {
inherit inputs; inherit inputs;
pkgs-unstable = inputs.nixunstable.legacyPackages.x86_64-linux; pkgs-unstable = inputs.nixunstable;
}; };
modules = [ modules = [
./systems/zeus/configuration.nix ./systems/zeus/configuration.nix
@ -120,7 +117,7 @@
orangepihole = inputs.nixpkgs.lib.nixosSystem { orangepihole = inputs.nixpkgs.lib.nixosSystem {
specialArgs = { specialArgs = {
inherit inputs; inherit inputs;
pkgs-unstable = inputs.nixunstable.legacyPackages.aarch64-linux; pkgs-unstable = inputs.nixunstable;
}; };
modules = [ modules = [
./systems/orangepihole/configuration.nix ./systems/orangepihole/configuration.nix

View file

@ -44,10 +44,7 @@ in
RuntimeDirectory = "zwave-js-ui"; RuntimeDirectory = "zwave-js-ui";
StateDirectory = "zwave-js-ui"; StateDirectory = "zwave-js-ui";
RootDirectory = "/run/zwave-js-ui"; RootDirectory = "/run/zwave-js-ui";
BindReadOnlyPaths = [ BindReadOnlyPaths = [ "/etc" "/nix/store" ];
"/etc"
"/nix/store"
];
BindPaths = [ "/var/lib/zwave-js-ui" ]; BindPaths = [ "/var/lib/zwave-js-ui" ];
DeviceAllow = [ cfg.serialPort ]; DeviceAllow = [ cfg.serialPort ];
DynamicUser = true; DynamicUser = true;

View file

@ -1,8 +1,7 @@
{ {
config,
lib,
pkgs, pkgs,
pkgs-unstable, lib,
config,
... ...
}: }:
@ -23,34 +22,34 @@
# The home.packages option allows you to install Nix packages into your # The home.packages option allows you to install Nix packages into your
# environment. # environment.
home.packages = [ home.packages = with pkgs; [
pkgs.element-desktop element-desktop
pkgs.discord discord
pkgs.openrgb-with-all-plugins openrgb-with-all-plugins
pkgs.keepassxc keepassxc
pkgs.heroic heroic
pkgs.r2modman r2modman
pkgs.mangohud mangohud
pkgs.hack-font hack-font
pkgs.htop htop
pkgs.jellyfin-media-player jellyfin-media-player
pkgs.konversation konversation
pkgs.nixd nixd
pkgs.yakuake yakuake
pkgs.mgba mgba
pkgs.vlc vlc
pkgs-unstable.jetbrains.idea-community jetbrains.idea-community
pkgs.dolphin-emu-primehack dolphin-emu-primehack
pkgs.steamtinkerlaunch steamtinkerlaunch
pkgs.mangohud mangohud
pkgs.lutris lutris
pkgs.knossosnet knossosnet
pkgs.lilypond lilypond
pkgs.musescore musescore
pkgs.protontricks protontricks
pkgs.protonup-qt protonup-qt
(pkgs.retroarch.override { (retroarch.override {
cores = with pkgs.libretro; [ cores = with libretro; [
beetle-psx-hw beetle-psx-hw
pcsx2 pcsx2
mesen mesen