[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 = hostNameToAction =
M.fromList [ ("ryzen-shine", return ()) M.fromList [ ("ryzen-shine", return ())
("jay-lenovo", return ())
] ]
myStartup = do myStartup = do
setToggleActiveAll AVOIDSTRUTS True setToggleActiveAll AVOIDSTRUTS True
setToggleActiveAll GAPS True setToggleActiveAll GAPS True
setToggleActiveAll NOBORDERS True setToggleActiveAll NOBORDERS True
writeToHomeDirLog "This is real"
hostName <- io getHostName hostName <- io getHostName
M.findWithDefault (return ()) hostName hostNameToAction M.findWithDefault (return ()) hostName hostNameToAction

View File

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