feat: drop mako and waybar for caelestia (quickshell)
This commit is contained in:
parent
c788d33a0a
commit
f7b483f091
13 changed files with 181 additions and 276 deletions
40
shared/home-manager/dotfiles/quickshell.nix
Normal file
40
shared/home-manager/dotfiles/quickshell.nix
Normal file
|
|
@ -0,0 +1,40 @@
|
|||
{ caelestia-shell, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
caelestia-shell.homeManagerModules.default
|
||||
];
|
||||
|
||||
programs.caelestia = {
|
||||
enable = true;
|
||||
|
||||
cli = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
settings = {
|
||||
general = {
|
||||
apps = {
|
||||
terminal = [ "alacritty" ];
|
||||
};
|
||||
idle = {
|
||||
lockBeforeSleep = false;
|
||||
timeouts = [ ];
|
||||
};
|
||||
};
|
||||
|
||||
bar.status = {
|
||||
showBattery = false;
|
||||
};
|
||||
|
||||
# "Open" notification on clicking.
|
||||
notifs.actionOnClick = true;
|
||||
|
||||
services = {
|
||||
useFahrenheit = false;
|
||||
useFahrenheitPerformance = false;
|
||||
useTwelveHourClock = false;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue