move hostname dec to flake
This commit is contained in:
parent
719ec8949c
commit
5b736e0248
4 changed files with 2 additions and 6 deletions
|
|
@ -151,6 +151,8 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
networking.hostName = hostname;
|
||||||
|
|
||||||
users.users.sckova = {
|
users.users.sckova = {
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "Sean Kovacs";
|
description = "Sean Kovacs";
|
||||||
|
|
|
||||||
|
|
@ -3,8 +3,6 @@
|
||||||
pkgs,
|
pkgs,
|
||||||
...
|
...
|
||||||
}: {
|
}: {
|
||||||
networking.hostName = "alien";
|
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
ddcutil
|
ddcutil
|
||||||
mangohud
|
mangohud
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
networking.hostName = "peach";
|
|
||||||
|
|
||||||
boot.kernelParams = ["apple_dcp.show_notch=1"];
|
boot.kernelParams = ["apple_dcp.show_notch=1"];
|
||||||
|
|
||||||
catppuccin = {
|
catppuccin = {
|
||||||
|
|
|
||||||
|
|
@ -1,6 +1,4 @@
|
||||||
{catppuccin, ...}: {
|
{catppuccin, ...}: {
|
||||||
networking.hostName = "vm";
|
|
||||||
|
|
||||||
catppuccin = {
|
catppuccin = {
|
||||||
accent = "green";
|
accent = "green";
|
||||||
flavor = "mocha";
|
flavor = "mocha";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue