Compare commits

...

3 Commits

Author SHA1 Message Date
944c829f3a Flake update
Some checks failed
pre-commit / pre-commit (push) Failing after 25s
2024-04-25 00:49:35 +02:00
75cf57ec9a Add new alias. Flake update 2024-04-24 12:36:23 +02:00
0320768244 Change hyprlock_gunter.conf 2024-04-24 12:32:16 +02:00
3 changed files with 11 additions and 10 deletions

View File

@ -74,11 +74,11 @@
}, },
"nixpkgs-unstable": { "nixpkgs-unstable": {
"locked": { "locked": {
"lastModified": 1713714899, "lastModified": 1713895582,
"narHash": "sha256-+z/XjO3QJs5rLE5UOf015gdVauVRQd2vZtsFkaXBq2Y=", "narHash": "sha256-cfh1hi+6muQMbi9acOlju3V1gl8BEaZBXBR9jQfQi4U=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "6143fc5eeb9c4f00163267708e26191d1e918932", "rev": "572af610f6151fd41c212f897c71f7056e3fb518",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -90,11 +90,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1713725259, "lastModified": 1713828541,
"narHash": "sha256-9ZR/Rbx5/Z/JZf5ehVNMoz/s5xjpP0a22tL6qNvLt5E=", "narHash": "sha256-KtvQeE12MSkCOhvVmnmcZCjnx7t31zWin2XVSDOwBDE=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "a5e4bbcb4780c63c79c87d29ea409abf097de3f7", "rev": "b500489fd3cf653eafc075f9362423ad5cdd8676",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -171,11 +171,11 @@
"nixpkgs-stable": "nixpkgs-stable" "nixpkgs-stable": "nixpkgs-stable"
}, },
"locked": { "locked": {
"lastModified": 1713775152, "lastModified": 1713892811,
"narHash": "sha256-xyP8h9jLQ0AmyPy40sIwL7/D03oVpXG9YHoYJ4ecYWA=", "narHash": "sha256-uIGmA2xq41vVFETCF1WW4fFWFT2tqBln+aXnWrvjGRE=",
"owner": "Mic92", "owner": "Mic92",
"repo": "sops-nix", "repo": "sops-nix",
"rev": "4371a1301c4d36cc791069d90ae522613a3a335e", "rev": "f1b0adc27265274e3b0c9b872a8f476a098679bd",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -39,7 +39,7 @@ input-field {
# TIME # TIME
label { label {
monitor = monitor =
text = cmd[update:1000] echo "$(date +"%b %d %H:%M")" text = cmd[update:2000] echo "$(date +"%b %d %H:%M")"
#color = $foreground #color = $foreground
color = rgba(255, 255, 255, 0.6) color = rgba(255, 255, 255, 0.6)
font_size = 120 font_size = 120

View File

@ -8,6 +8,7 @@
syntaxHighlighting.enable = true; syntaxHighlighting.enable = true;
shellAliases = { shellAliases = {
nrebuild = "sudo nixos-rebuild switch --flake /home/${user}/nixos"; nrebuild = "sudo nixos-rebuild switch --flake /home/${user}/nixos";
ndiffbuild = "sudo nixos-rebuild build --flake /home/${user}/nixos && nvd diff /run/current-system /home/${user}/nixos/result";
}; };
initExtra = '' initExtra = ''
bindkey -v bindkey -v