Compare commits

..

No commits in common. "804f9a30a9015091e67e5309c991cb79386bcc9b" and "3d4466ca440d5b0100a949c7dc25f4eeb4ee1e4a" have entirely different histories.

3 changed files with 6 additions and 10 deletions

View File

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

View File

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

View File

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