!dGrjXvKnCwVLevgmzo:matrix.org

Stockholm NixOS meetup group

58 Members
Monthly meetups in Stockholm, Sweden around Nix releated topics(nixos.org)16 Servers

Load older messages


SenderMessageTime
18 May 2026
@realbogart:matrix.orgrealbogartCan't join this time unfortunately. Next time!22:41:10
19 May 2026
@lillecarl:matrix.orglillecarl @room ☝️ 15:27:32
@markuskowa:matrix.orgmarkuskowaSitting on the frontside today (past the reception)16:09:05
@claesatwork:matrix.orgClaesI will miss out today, have fun!16:21:39
21 May 2026
@bitops:matrix.orgbitops1000004774.jpg
Download 1000004774.jpg
13:22:45
@bitops:matrix.orgbitops Fantastic nix talk and demo today by @lillecarl:matrix.org at OpenInfra 👏 13:22:46
24 May 2026
@markuskowa:matrix.orgmarkuskowaSummer is approaching rapidly. Who's in for one last nix meet-up before midsummer? E.g. Tuesday 9th of June?17:21:37
29 May 2026
@marker06:matrix.orgmarker06 joined the room.21:02:34
2 Jun 2026
@lillecarl:matrix.orglillecarl @markuskowa:matrix.org sign me up, I put a signup emoji there for you 🔥 I have another fun side-quest under my belt to talk about 😄 05:35:44
@markuskowa:matrix.orgmarkuskowaGreat! I'm looking forward to it. 06:13:42
8 Jun 2026
@markuskowa:matrix.orgmarkuskowa@room Quick reminder: we meet tomorrow at 18:00 at the Nordic Light hotel.18:22:16
9 Jun 2026
@kolmodin:matrix.orgLennart KolmodinThe hotel is next to my job, I'll swing by and say hi. How do I find you?15:58:19
12 Jun 2026
@markuskowa:matrix.orgmarkuskowaWish you all a great summer and happy nixing. See you back in August.14:02:37
@claesatwork:matrix.orgClaesThank you, yes have a great summer and good luck in the WC!⚽️14:44:50
23 Jun 2026
@simplymao:matrix.orgEnok Larsson joined the room.10:04:37
31 Jan 2024
@rickynils:nixos.devRickard Nilsson joined the room.22:05:29
@lillecarl:matrix.orglillecarlDamn, I forgot to ask to take a picture w/ everyone. Thanks for a great evening everyone! 😁 23:37:57
1 Feb 2024
@claesatwork:matrix.orgClaesYes great to meet everyone! Attendance was above all expectations!07:02:00
@markuskowa:matrix.orgmarkuskowaThanks to everyone! Yesterday was absolutely great. 09:27:57
@igorramazanov:matrix.orgigorramazanov joined the room.10:09:05
@igorramazanov:matrix.orgigorramazanov set a profile picture.10:10:05
@igorramazanov:matrix.orgigorramazanovYeah :) (hi all 👋)10:12:40
2 Feb 2024
@lillecarl:matrix.orglillecarl
{ lib
, ...
}:
# $FLAKE should be configured to where your repository is located
# Preferably using direnv, you can also set it into your sessionVariables
let
  dot_path = "${builtins.getEnv("FLAKE")}/sub/dir/";
  dot_paths = lib.filesystem.listFilesRecursive dot_path;
  dot_strings = builtins.map (x: builtins.toString x) dot_paths;
  dot_prefixDeleted = builtins.map (x: builtins.replaceStrings [ dot_path ] [ "" ] x) dot_strings;
  dotfile_outOfStoreLinked = lib.attrsets.genAttrs dot_prefixDeleted (name: {
    source = config.lib.file.mkOutOfStoreSymlink (dot_path + name);
  });
in
{
  home.file = dotfile_outOfStoreLinked;
}

I know I mentioned linking things from $FLAKE repo into $HOME which I'm quite happy with. This is the implementation I'm using. It'll replicate a tree subdir into $HOME for you, nothing using home.file.x.recursive so you won't get collisions with folders and stuff 😄

20:18:15
3 Feb 2024
@claesatwork:matrix.orgClaesI didn't know you could do that! 22:36:07
6 Feb 2024
@igorramazanov:matrix.orgigorramazanovWould be nice to have an additional option: "does not really matter" and also allow multichoice19:51:29
7 Feb 2024
@markuskowa:matrix.orgmarkuskowa
In reply to @igorramazanov:matrix.org
Would be nice to have an additional option: "does not really matter" and also allow multichoice
Will do it in the next iteration. I'm still exploring the options that matrix provides.
17:48:01
12 Feb 2024
@markuskowa:matrix.orgmarkuskowaIt looks like there is a slight preference for Wednesday. Should we go with Wednesday the 21st?09:58:19
13 Feb 2024
@markuskowa:matrix.orgmarkuskowaOk, let's have the next meetup, on Wednesday 21.02. Same place, same time (19:00 at the Nordic light hotel).21:02:15
21 Feb 2024
@markuskowa:matrix.orgmarkuskowaSee you tonight. 09:47:33
@claesatwork:matrix.orgClaesHi, I told some of you about my home audio setup. I created a gist with most of it here https://gist.github.com/claes/61d0579df00a205385b5bd3ed235132c21:52:31

Show newer messages


Back to Room ListRoom Version: 10