[NixOS] jay-lenovo updates
This commit is contained in:
parent
f9182e1fb2
commit
33ab957ac8
@ -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
|
||||
|
||||
|
@ -5,13 +5,7 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
../base.nix
|
||||
../full.nix
|
||||
../essential-no-arm.nix
|
||||
../essential.nix
|
||||
../code.nix
|
||||
../essential.nix
|
||||
../desktop.nix
|
||||
];
|
||||
|
||||
hardware.enableRedistributableFirmware = true;
|
||||
|
Loading…
Reference in New Issue
Block a user