Compare commits

...

4 Commits

Author SHA1 Message Date
Mohamed C.
804f9a30a9
Aktualisieren von default.nix
Some checks are pending
Flake.lock / build (push) Waiting to run
2024-10-12 15:16:52 +02:00
Flake Bot
9ff6f5a965 Bump flake.lock
Signed-off-by: Flake Bot <41898282+github-actions[bot]@users.noreply.github.com>
2024-10-12 13:14:34 +00:00
91b4fe9293 missing ; 2024-10-12 15:13:35 +02:00
31eb785b0b panel settings 2024-10-12 15:12:47 +02:00
3 changed files with 10 additions and 6 deletions

View File

@ -176,11 +176,11 @@
},
"nur": {
"locked": {
"lastModified": 1728728489,
"narHash": "sha256-qq0IzZ2I56156aezqbhXCiDF4Qr1Oxamw4s+vCYhqeg=",
"lastModified": 1728738105,
"narHash": "sha256-vNgee7PBdBgZWe4fe179ZrTRLvnNWzrZzYJE0y72R/I=",
"owner": "nix-community",
"repo": "NUR",
"rev": "79466d1c9bac4f779dd10a06deb7cae51be4540e",
"rev": "4293bf4c0d6da26298350af7fff8800fb59d9b77",
"type": "github"
},
"original": {

View File

@ -2,7 +2,6 @@
{
users.users.${user} = {
isNormalUser = true;
name = "Mohamed Chrayed"
extraGroups = [ "wheel" "networkmanager" "decky" ];
};
}

View File

@ -59,7 +59,7 @@
location = "bottom";
floating = true;
alignment = "center";
height = 50;
height = 46;
lengthMode = "fit";
hiding = "dodgewindows";
widgets = [
@ -95,7 +95,12 @@
"org.kde.plasma.networkmanagement"
];
};
}
{
digitalClock = {
calendar.firstDayOfWeek = "monday";
time.format = "24h";
};
}
];
}