Compare commits

...

3 commits

Author SHA1 Message Date
5738ff9139 ADD: ssh-key at launch 2025-09-22 12:02:43 +02:00
5a4c56f6bb FIX: polybar did not load with desktop indicators 2025-09-22 11:29:34 +02:00
L0m1g
98dcb573a1 FIX: flake.lock 2025-09-22 11:23:39 +02:00
3 changed files with 6 additions and 26 deletions

24
flake.lock generated
View file

@ -80,19 +80,11 @@
},
"nixpkgs-stable": {
"locked": {
<<<<<<< HEAD
"lastModified": 1758070117,
"narHash": "sha256-uLwwHFCZnT1c3N3biVe/0hCkag2GSrf9+M56+Okf+WY=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "e9b7f2ff62b35f711568b1f0866243c7c302028d",
=======
"lastModified": 1758346548,
"narHash": "sha256-afXE7AJ7MY6wY1pg/Y6UPHNYPy5GtUKeBkrZZ/gC71E=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "b2a3852bd078e68dd2b3dfa8c00c67af1f0a7d20",
>>>>>>> 7f80ed4 (ADD: various things ...)
"type": "github"
},
"original": {
@ -104,19 +96,11 @@
},
"nixpkgs-unstable": {
"locked": {
<<<<<<< HEAD
"lastModified": 1758098782,
"narHash": "sha256-sX+iNoZkgSQsnsCHO6aI7mYh2GqbYDLWMB0iN41i61k=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "5874893c92e656c85dc729e8b570fc38d3c85853",
=======
"lastModified": 1758395428,
"narHash": "sha256-VPLAH58pBb+6qHXKy/RbJi0jedJ14atDh3r5VNB1uNk=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "2e894638a7716cb1161a1084e04af88d98684855",
>>>>>>> 7f80ed4 (ADD: various things ...)
"type": "github"
},
"original": {
@ -132,19 +116,11 @@
"nixpkgs": "nixpkgs"
},
"locked": {
<<<<<<< HEAD
"lastModified": 1758144108,
"narHash": "sha256-fq/Fd89pUrdVcFmw8aNVQoF9UPq7L5gtS/0ioPTUNKg=",
"owner": "nix-community",
"repo": "NUR",
"rev": "47a4f8514d9aecd033d53a84f698a115b3074f2b",
=======
"lastModified": 1758450341,
"narHash": "sha256-0kaTYX6B3c1oY1PmOnv4eJAEaKHA/tfK1ay/YNnX2cc=",
"owner": "nix-community",
"repo": "NUR",
"rev": "b1fb458916c940a2a47e4f01f24129c719d53343",
>>>>>>> 7f80ed4 (ADD: various things ...)
"type": "github"
},
"original": {

View file

@ -26,6 +26,10 @@ _: {
M = "| more";
};
syntaxHighlighting.enable = true;
profileExtra = ''
ssh-add ~/.ssh/$(hostname)
'';
};
}
# vim: set ts=2 sw=2 sts=2 et :

View file

@ -23,11 +23,11 @@
"sxhkd -m 1"
"setxkbmap bepovim"
"xrandr --output DisplayPort-1 --rate 60 --pos 0x0"
# "while pgrep -x polybar >/dev/null; do sleep 1; done; polybar main"
"polybar main"
"bash ~/.fehbg"
];
extraConfig = ''
extraConfigEarly = ''
bspc config borderless_monocle true
bspc config gapless_monocle true
bspc config single_monocle true