mirror of
https://github.com/RichieCahill/dotfiles.git
synced 2026-04-17 13:08:19 -04:00
added desktop_kernel
This commit is contained in:
@@ -1,9 +1,7 @@
|
|||||||
{ lib, pkgs, ... }:
|
|
||||||
{
|
{
|
||||||
boot = {
|
imports = [
|
||||||
kernelPackages = lib.mkDefault pkgs.linuxPackages_zen;
|
./desktop_kernel.nix
|
||||||
zfs.package = pkgs.zfs_unstable;
|
];
|
||||||
};
|
|
||||||
services = {
|
services = {
|
||||||
desktopManager.plasma6.enable = true;
|
desktopManager.plasma6.enable = true;
|
||||||
xserver = {
|
xserver = {
|
||||||
|
|||||||
7
common/optional/desktop_kernel.nix
Normal file
7
common/optional/desktop_kernel.nix
Normal file
@@ -0,0 +1,7 @@
|
|||||||
|
{ lib, pkgs, ... }:
|
||||||
|
{
|
||||||
|
boot = {
|
||||||
|
kernelPackages = lib.mkDefault pkgs.linuxPackages_zen;
|
||||||
|
zfs.package = pkgs.zfs_unstable;
|
||||||
|
};
|
||||||
|
}
|
||||||
@@ -3,20 +3,16 @@
|
|||||||
|
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
../../users/richie
|
|
||||||
../../users/gaming
|
../../users/gaming
|
||||||
|
../../users/richie
|
||||||
../../common/global
|
../../common/global
|
||||||
|
../../common/optional/desktop_kernel.nix
|
||||||
../../common/optional/steam.nix
|
../../common/optional/steam.nix
|
||||||
../../common/optional/systemd-boot.nix
|
../../common/optional/systemd-boot.nix
|
||||||
../../common/optional/update.nix
|
../../common/optional/update.nix
|
||||||
./hardware.nix
|
./hardware.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
boot = {
|
|
||||||
kernelPackages = pkgs.linuxPackages_zen;
|
|
||||||
zfs.package = pkgs.zfs_unstable;
|
|
||||||
};
|
|
||||||
|
|
||||||
environment.loginShellInit = ''[[ "$(tty)" = "/dev/tty1" ]] && ${./gamescope.sh}'';
|
environment.loginShellInit = ''[[ "$(tty)" = "/dev/tty1" ]] && ${./gamescope.sh}'';
|
||||||
|
|
||||||
networking = {
|
networking = {
|
||||||
|
|||||||
Reference in New Issue
Block a user