[NixOS] jay-lenovo updates
This commit is contained in:
parent
f9182e1fb2
commit
33ab957ac8
@ -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
|
||||||
|
|
||||||
|
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user