Compare commits
3 Commits
7e8f5f6751
...
6c6dd819a8
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
6c6dd819a8 | ||
|
|
014fca20a9 | ||
|
|
2b51508030 |
@@ -1,5 +1,6 @@
|
|||||||
{ pkgs-unstable, pkgs, lib, host, ... }:
|
{ pkgs-unstable, pkgs, lib, host, ... }:
|
||||||
lib.mkIf (host == "NxNORTH" || host == "NxACE")
|
# lib.mkIf (host == "NxNORTH" || host == "NxACE")
|
||||||
|
lib.mkIf (host == "NxNORTH")
|
||||||
{
|
{
|
||||||
home = {
|
home = {
|
||||||
packages = (with pkgs-unstable; [
|
packages = (with pkgs-unstable; [
|
||||||
|
|||||||
2
home.nix
2
home.nix
@@ -121,11 +121,11 @@
|
|||||||
inputs.zen-browser.packages."${system}".default
|
inputs.zen-browser.packages."${system}".default
|
||||||
|
|
||||||
] ++ (with pkgs-unstable; [
|
] ++ (with pkgs-unstable; [
|
||||||
obsidian
|
|
||||||
firefox
|
firefox
|
||||||
spotify
|
spotify
|
||||||
]) ++ (if host != "NxACE" then (with pkgs; [
|
]) ++ (if host != "NxACE" then (with pkgs; [
|
||||||
signal-desktop
|
signal-desktop
|
||||||
|
obsidian
|
||||||
zoom-us
|
zoom-us
|
||||||
inkscape
|
inkscape
|
||||||
]) else (with pkgs-unstable; [
|
]) else (with pkgs-unstable; [
|
||||||
|
|||||||
@@ -118,7 +118,7 @@ in
|
|||||||
efiSupport = true;
|
efiSupport = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
kernelPackages = pkgs-unstable.linuxPackages_6_11;
|
kernelPackages = pkgs.linuxPackages; # default kernel of pkgs
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
{ lib, host, ... }:
|
{ lib, host, ... }:
|
||||||
lib.mkIf (host == "NxNORTH" || host == "NxACE")
|
# lib.mkIf (host == "NxNORTH" || host == "NxACE")
|
||||||
|
lib.mkIf (host == "NxNORTH")
|
||||||
{
|
{
|
||||||
programs = {
|
programs = {
|
||||||
steam = {
|
steam = {
|
||||||
|
|||||||
Reference in New Issue
Block a user