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 = {
|
||||
isNormalUser = true;
|
||||
description = "Sean Kovacs";
|
||||
|
|
|
|||
|
|
@ -3,8 +3,6 @@
|
|||
pkgs,
|
||||
...
|
||||
}: {
|
||||
networking.hostName = "alien";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
ddcutil
|
||||
mangohud
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
{pkgs, ...}: {
|
||||
networking.hostName = "peach";
|
||||
|
||||
boot.kernelParams = ["apple_dcp.show_notch=1"];
|
||||
|
||||
catppuccin = {
|
||||
|
|
|
|||
|
|
@ -1,6 +1,4 @@
|
|||
{catppuccin, ...}: {
|
||||
networking.hostName = "vm";
|
||||
|
||||
catppuccin = {
|
||||
accent = "green";
|
||||
flavor = "mocha";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue