Compare commits

...

4 commits

Author SHA1 Message Date
Thilo Billerbeck aee792f4ce Merge branch 'main' of https://github.com/thilobillerbeck/dotfiles 2024-05-03 20:21:33 +02:00
Thilo Billerbeck daafc6d6d4 laptop specific configs 2024-05-03 20:19:31 +02:00
Thilo Billerbeck 855dce43de flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/c002bc08c8ea6c87198f3024e8bfd6fdb1c90c9e?narHash=sha256-HP%2B7WsRrJKg4d6Xc5pzX0BgD8w9QNmtB7755iaNHzVI%3D' (2024-04-28)
  → 'github:nix-community/home-manager/2af7c78b7bb9cf18406a193eba13ef9f99388f49?narHash=sha256-UsDsjWCKlWn8vbXi8Zza9Hkq3xyk8fpvFNo2VM5S74E%3D' (2024-04-29)
2024-04-29 13:33:39 +02:00
Thilo Billerbeck 2598006159 flake.lock: Update
Flake lock file updates:

• Updated input 'home-manager':
    'github:nix-community/home-manager/c1609d584a6b5e9e6a02010f51bd368cb4782f8e?narHash=sha256-eT7DENhYy7EPLOqHI9zkIMD9RvMCXcqh6gGqOK5BWYQ%3D' (2024-04-27)
  → 'github:nix-community/home-manager/c002bc08c8ea6c87198f3024e8bfd6fdb1c90c9e?narHash=sha256-HP%2B7WsRrJKg4d6Xc5pzX0BgD8w9QNmtB7755iaNHzVI%3D' (2024-04-28)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/7bb2ccd8cdc44c91edba16c48d2c8f331fb3d856?narHash=sha256-Drmja/f5MRHZCskS6mvzFqxEaZMeciScCTFxWVLqWEY%3D' (2024-04-25)
  → 'github:NixOS/nixpkgs/58a1abdbae3217ca6b702f03d3b35125d88a2994?narHash=sha256-mdTQw2XlariysyScCv2tTE45QSU9v/ezLcHJ22f0Nxc%3D' (2024-04-27)
2024-04-29 00:13:53 +02:00
3 changed files with 24 additions and 0 deletions

View file

@ -18,4 +18,6 @@ in {
nixpkgs.config.allowUnfree = true;
nixGLPrefix = lib.getExe pkgs.nixgl.nixGLIntel;
nix.settings.builders = "@/etc/nix/machines";
}

View file

@ -74,6 +74,12 @@
modules = [ ./configs/fedora/home.nix ];
extraSpecialArgs = { inherit inputs nixgl; };
};
homeConfigurations."thilo@thilo-laptop" =
home-manager.lib.homeManagerConfiguration {
inherit pkgs;
modules = [ ./configs/fedora/home.nix ];
extraSpecialArgs = { inherit inputs nixgl; };
};
homeConfigurations."thilo@thilo-pc-win" =
home-manager.lib.homeManagerConfiguration {
inherit pkgs;

View file

@ -96,3 +96,19 @@ Host thilo-pc
Host *.relaix.net
User tbillerbeck
IdentityFile ~/.ssh/id_relaix-net
Host build1.darmstadt.ccc.de
User avocadoom
IdentityFile ~/.ssh/id_darmstadt-ccc-de
Host build2.darmstadt.ccc.de
User avocadoom
IdentityFile ~/.ssh/id_darmstadt-ccc-de
Host build3.darmstadt.ccc.de
User avocadoom
IdentityFile ~/.ssh/id_darmstadt-ccc-de
Host build4.darmstadt.ccc.de
User avocadoom
IdentityFile ~/.ssh/id_darmstadt-ccc-de