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": {
"locked": {
"lastModified": 1728738105,
"narHash": "sha256-vNgee7PBdBgZWe4fe179ZrTRLvnNWzrZzYJE0y72R/I=",
"lastModified": 1728728489,
"narHash": "sha256-qq0IzZ2I56156aezqbhXCiDF4Qr1Oxamw4s+vCYhqeg=",
"owner": "nix-community",
"repo": "NUR",
"rev": "4293bf4c0d6da26298350af7fff8800fb59d9b77",
"rev": "79466d1c9bac4f779dd10a06deb7cae51be4540e",
"type": "github"
},
"original": {

View File

@ -2,6 +2,7 @@
{
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 = 46;
height = 50;
lengthMode = "fit";
hiding = "dodgewindows";
widgets = [
@ -95,12 +95,7 @@
"org.kde.plasma.networkmanagement"
];
};
}
{
digitalClock = {
calendar.firstDayOfWeek = "monday";
time.format = "24h";
};
}
];
}