[NixOS] jay-lenovo updates

This commit is contained in:
Ivan Malison 2023-06-29 10:00:16 -06:00
parent f9182e1fb2
commit 33ab957ac8
2 changed files with 1 additions and 7 deletions

View File

@ -274,13 +274,13 @@ volumeCommand = "pavucontrol"
hostNameToAction =
M.fromList [ ("ryzen-shine", return ())
("jay-lenovo", return ())
]
myStartup = do
setToggleActiveAll AVOIDSTRUTS True
setToggleActiveAll GAPS True
setToggleActiveAll NOBORDERS True
writeToHomeDirLog "This is real"
hostName <- io getHostName
M.findWithDefault (return ()) hostName hostNameToAction

View File

@ -5,13 +5,7 @@
{
imports = [
../base.nix
../full.nix
../essential-no-arm.nix
../essential.nix
../code.nix
../essential.nix
../desktop.nix
];
hardware.enableRedistributableFirmware = true;