Compare commits

..

No commits in common. "9adff4ebc1a460b7af3986cee3840c92980910a6" and "955c5963c8321ff3ee05201599d1982c85093afd" have entirely different histories.

3 changed files with 1 additions and 28 deletions

View File

@ -67,7 +67,7 @@
me.chromium.enable = true;
me.direnv.enable = true;
me.docker.enable = true;
me.ecc.enable = false;
me.ecc.enable = true;
me.emacs_flavor = "full";
me.firefox.enable = true;
me.flux.enable = true;

View File

@ -32,21 +32,6 @@
isort
black
];
environment.persistence."/state" = lib.mkIf (!config.me.buildingIso) {
hideMounts = true;
users.talexander = {
directories = [
{
# Poetry virtual environments.
directory = ".cache/pypoetry";
user = "talexander";
group = "talexander";
mode = "0755";
}
];
};
};
}
]
);

View File

@ -1,15 +1,3 @@
[[profile]]
name = "laptop"
[[profile.output]]
enable = true
search = ["m=0x0BCA", "s=", "v=BOE"]
mode = "2256x1504@59.999Hz"
position = "0,0"
scale = 1.5
transform = "normal"
adaptive_sync = false
[[profile]]
name = "homedesk"
exec = ["notify-send shikane \"Profile $SHIKANE_PROFILE_NAME has been applied\""]