Noctalia used as the desktop shell

This commit is contained in:
Semere Meharena Mebrahtom 2026-07-20 02:52:14 +02:00
parent fa60f8c87e
commit dbb0caba4b
Signed by: semere
GPG key ID: 7FC937214DF30488
10 changed files with 157 additions and 157 deletions

View file

@ -27,6 +27,14 @@
services.power-profiles-daemon.enable = true;
services.upower = {
enable = true;
percentageLow = 15;
percentageCritical = 5;
percentageAction = 3;
criticalPowerAction = "Hibernate";
};
services.logind = {
settings = {
Login = {
@ -43,6 +51,12 @@
"flakes"
];
auto-optimise-store = true;
extra-substituters = [
"https://noctalia.cachix.org"
];
extra-trusted-public-keys = [
"noctalia.cachix.org-1:pCOR47nnMEo5thcxNDtzWpOxNFQsBRglJzxWPp3dkU4="
];
};
gc = {
automatic = true;