From f86f0a1e8b584becdf1b884ae0db71f65fe660b4 Mon Sep 17 00:00:00 2001 From: Ihar Hancharenka Date: Fri, 19 Jan 2024 19:00:57 +0300 Subject: [PATCH] m --- nontech/ortho/people/mazhuko.txt | 2 ++ nontech/politics/people/fursov/fursov.txt | 1 + nontech/psycho/career/presentations.txt | 3 +++ nontech/song/rock/gb/uriah-heep.txt | 2 ++ os/linux/immutable/vanilla-abroot.txt | 2 ++ os/linux/nixos/integration/wms/awesome.txt | 8 ++++++-- os/linux/nixos/integration/wms/hyprland.txt | 2 ++ os/linux/nixos/integration/wms/i3/i3.txt | 1 + pages/food.txt | 13 ++++++++++--- pages/reddit.txt | 4 ++++ 10 files changed, 33 insertions(+), 5 deletions(-) create mode 100644 nontech/psycho/career/presentations.txt create mode 100644 os/linux/nixos/integration/wms/hyprland.txt create mode 100644 os/linux/nixos/integration/wms/i3/i3.txt diff --git a/nontech/ortho/people/mazhuko.txt b/nontech/ortho/people/mazhuko.txt index 7a9d00672..1a9dfb4c3 100644 --- a/nontech/ortho/people/mazhuko.txt +++ b/nontech/ortho/people/mazhuko.txt @@ -14,6 +14,8 @@ monastyr history https://www.youtube.com/watch?v=4WViVURDHcw 2024 +Pravblog - Mazhuko - Holly Water of 10:53 + https://www.youtube.com/watch?v=d6z5jIZnI1s Pravblog - Mazhuko - Horn of Save of 12:21 https://www.youtube.com/watch?v=FN4X5QCFIEE Pravblog - Mazhuko - Onion Man of 12:39 diff --git a/nontech/politics/people/fursov/fursov.txt b/nontech/politics/people/fursov/fursov.txt index 3c55911e5..934d663fd 100644 --- a/nontech/politics/people/fursov/fursov.txt +++ b/nontech/politics/people/fursov/fursov.txt @@ -1,3 +1,4 @@ +https://boosty.to/aenigmate https://dentv.ru/accounts/list/andrey-fursov.html https://nday.club/video/playlist/andrey-fursov.html https://vk.com/andrey_fursov diff --git a/nontech/psycho/career/presentations.txt b/nontech/psycho/career/presentations.txt new file mode 100644 index 000000000..3fe4ae588 --- /dev/null +++ b/nontech/psycho/career/presentations.txt @@ -0,0 +1,3 @@ +2024 +CodeFestRussia - Evgeniy Antonov - How not to Shoot a Foot 0:00 of 41:44 + https://www.youtube.com/watch?v=M_P93LyJrzI diff --git a/nontech/song/rock/gb/uriah-heep.txt b/nontech/song/rock/gb/uriah-heep.txt index ba87bf5e2..11fcf51c9 100644 --- a/nontech/song/rock/gb/uriah-heep.txt +++ b/nontech/song/rock/gb/uriah-heep.txt @@ -15,6 +15,8 @@ guitar Mik Box drums Lee Kerslake +? + John Wetton, John Lawton 2022 SotirisN - Uriah Heep Lady in black Athens 2022 of 4:45 diff --git a/os/linux/immutable/vanilla-abroot.txt b/os/linux/immutable/vanilla-abroot.txt index 450dbcda8..9ea2c6007 100644 --- a/os/linux/immutable/vanilla-abroot.txt +++ b/os/linux/immutable/vanilla-abroot.txt @@ -6,6 +6,8 @@ https://documentation.vanillaos.org/docs/abroot-porting https://www.thegeekdiary.com/abroot-command-examples-in-linux/ 2023 +PlanetLinux - Vanilla OS Deep Dive: It Runs Everything! (and Q&A Update) 0:00 of 23:13 + https://www.youtube.com/watch?v=2OBlMDIEShg proLinux - VanillaOS Review ru of 3:50 https://www.youtube.com/watch?v=ezCREjQ6-J8&t=129s ! buggy diff --git a/os/linux/nixos/integration/wms/awesome.txt b/os/linux/nixos/integration/wms/awesome.txt index 408f7d7cd..586c15c43 100644 --- a/os/linux/nixos/integration/wms/awesome.txt +++ b/os/linux/nixos/integration/wms/awesome.txt @@ -1,7 +1,9 @@ https://nixos.wiki/wiki/Awesome + +https://github.com/nix-community/home-manager/blob/master/modules/services/window-managers/awesome.nix + https://github.com/NixOS/nixpkgs/blob/master/pkgs/applications/window-managers/awesome/default.nix https://github.com/NixOS/nixpkgs/blob/master/nixos/modules/services/x11/window-managers/awesome.nix -https://github.com/nix-community/home-manager/blob/master/modules/services/window-managers/awesome.nix makeWrapper, .awesome-wrapper https://nixos.org/manual/nixpkgs/stable/#ssec-stdenv-functions @@ -16,8 +18,10 @@ https://github.com/NixOS/nixpkgs/pull/61043 samples https://github.com/actionless/dotfiles/blob/master/workstation-dell/nixos/xserver.nix ! custom session +https://github.com/Mic92/dotfiles/blob/main/nixos/modules/xserver.nix https://github.com/Mic92/dotfiles/blob/master/nixos/modules/awesome.nix -https://github.com/Mic92/dotfiles/blob/master/nixos/modules/xserver.nix + ? + https://github.com/ar1a/dotfiles https://github.com/ar1a/dotfiles/tree/master/awesome/.config/awesome diff --git a/os/linux/nixos/integration/wms/hyprland.txt b/os/linux/nixos/integration/wms/hyprland.txt new file mode 100644 index 000000000..c401a9ed6 --- /dev/null +++ b/os/linux/nixos/integration/wms/hyprland.txt @@ -0,0 +1,2 @@ +https://github.com/Mic92/dotfiles/blob/main/nixos/modules/hyprland.nix +https://github.com/Mic92/dotfiles/blob/main/home/.config/hypr/hyprland.conf diff --git a/os/linux/nixos/integration/wms/i3/i3.txt b/os/linux/nixos/integration/wms/i3/i3.txt new file mode 100644 index 000000000..a728002ac --- /dev/null +++ b/os/linux/nixos/integration/wms/i3/i3.txt @@ -0,0 +1 @@ +https://github.com/Mic92/dotfiles/blob/main/nixos/modules/i3.nix diff --git a/pages/food.txt b/pages/food.txt index ca6392bd7..4a095eac2 100644 --- a/pages/food.txt +++ b/pages/food.txt @@ -1,4 +1,11 @@ 01.19 - 09:00 - Egg - 10:10 - Hurma - 13:00 - Mandarine + 09:00 + Egg + 10:10 + Hurma + 13:00 + Mandarine + 16:00 - + Kilka - 121g*182kkal/100g + 195g VeggiesSpring + 163g sushi (mama gotovila) diff --git a/pages/reddit.txt b/pages/reddit.txt index ad7489742..d8af72152 100644 --- a/pages/reddit.txt +++ b/pages/reddit.txt @@ -16,6 +16,10 @@ https://github.com/Alcadramin/Dots awesome https://github.com/awesomeWM/awesome/discussions/3813 +https://github.com/Sanatana-Linux/nixos-awesomewm +https://github.com/Amitabha37377/Awful-DOTS + https://github.com/streetturtle/awesome-wm-widgets + http://pavelmakhov.com/awesome-wm-widgets/ https://github.com/slicetext/awm_dots https://github.com/stardust-kyun/dotfiles https://github.com/Amitabha37377/Awful-DOTS