Compare commits

..

1 commit

Author SHA1 Message Date
4e2dfaf0bd flake.lock: Update
All checks were successful
EVAL aarch64-linux.sisko
BUILD aarch64-linux.sisko
UPLOAD aarch64-linux.sisko
DOWNLOAD aarch64-linux.sisko
CACHIX aarch64-linux.sisko
ATTIC aarch64-linux.sisko
/ test (push) Successful in 31s
Flake lock file updates:

• Updated input 'catppuccin':
    'github:catppuccin/nix/07beb389d69a52c4dd5895da9553463c3740a26a' (2025-04-04)
  → 'github:catppuccin/nix/c44fe73ed8e5d5809eded7cc6156ca9c40044e42' (2025-04-12)
• Updated input 'catppuccin/nixpkgs':
    'github:NixOS/nixpkgs/2c8d3f48d33929642c1c12cd243df4cc7d2ce434' (2025-04-02)
  → 'github:NixOS/nixpkgs/c8cd81426f45942bb2906d5ed2fe21d2f19d95b7' (2025-04-08)
• Updated input 'emacs-overlay':
    'github:nix-community/emacs-overlay/8aa1c071bbcb8a270bb841e4797a0d14528709d4' (2025-04-11)
  → 'github:nix-community/emacs-overlay/cc39626b787d64e5df5364a529423d624543b6a6' (2025-04-15)
• Updated input 'emacs-overlay/nixpkgs':
    'github:NixOS/nixpkgs/c8cd81426f45942bb2906d5ed2fe21d2f19d95b7' (2025-04-08)
  → 'github:NixOS/nixpkgs/2631b0b7abcea6e640ce31cd78ea58910d31e650' (2025-04-12)
• Updated input 'emacs-overlay/nixpkgs-stable':
    'github:NixOS/nixpkgs/60e405b241edb6f0573f3d9f944617fe33ac4a73' (2025-04-09)
  → 'github:NixOS/nixpkgs/26d499fc9f1d567283d5d56fcf367edd815dba1d' (2025-04-12)
• Updated input 'homeManager':
    'github:nix-community/home-manager/f1ffd097e717a8d1b441577b8d23f9d2c96e0657' (2025-04-11)
  → 'github:nix-community/home-manager/d5cdf55bd9f19a3debd55b6cb5d38f7831426265' (2025-04-14)
• Updated input 'nixosHardware':
    'github:NixOS/nixos-hardware/de6fc5551121c59c01e2a3d45b277a6d05077bc4' (2025-03-31)
  → 'github:NixOS/nixos-hardware/9a049b4a421076d27fee3eec664a18b2066824cb' (2025-04-14)
• Updated input 'nixpkgs':
    'github:NixOS/nixpkgs/c8cd81426f45942bb2906d5ed2fe21d2f19d95b7' (2025-04-08)
  → 'github:NixOS/nixpkgs/2631b0b7abcea6e640ce31cd78ea58910d31e650' (2025-04-12)
• Updated input 'treefmt-nix':
    'github:numtide/treefmt-nix/815e4121d6a5d504c0f96e5be2dd7f871e4fd99d' (2025-04-04)
  → 'github:numtide/treefmt-nix/49d05555ccdd2592300099d6a657cc33571f4fe0' (2025-04-15)
2025-04-15 15:01:56 +00:00
7 changed files with 46 additions and 22 deletions

18
flake.lock generated
View file

@ -26,11 +26,11 @@
"nixpkgs": "nixpkgs_2"
},
"locked": {
"lastModified": 1744793570,
"narHash": "sha256-BzulTVLpbapBxsJ1b1ZNPSg94YIbgs/75fNyiv2uWNg=",
"lastModified": 1744447794,
"narHash": "sha256-z5uK5BDmFg0L/0EW2XYLGr39FbQeXyNVnIEhkZrG8+Q=",
"owner": "catppuccin",
"repo": "nix",
"rev": "192378974a131c402633bee18dc892b804a663e0",
"rev": "c44fe73ed8e5d5809eded7cc6156ca9c40044e42",
"type": "github"
},
"original": {
@ -122,11 +122,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1744795771,
"narHash": "sha256-aXkUfupefUJWdAGwIOYsllP5lyFSSbRvHzCcEKWffHI=",
"lastModified": 1744710563,
"narHash": "sha256-bbYWW6VVeVM+kaJJzo6IkdIqplYpfdedEaLFC6bN8Bo=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "bb1a28197681dc640b89a9a9bec75cdcd7e8d6ec",
"rev": "cc39626b787d64e5df5364a529423d624543b6a6",
"type": "github"
},
"original": {
@ -387,11 +387,11 @@
]
},
"locked": {
"lastModified": 1744812667,
"narHash": "sha256-2AJZwXMO82YGw6B/RRCPz8Wz2zSRCZIdjhdFuiw7Ymg=",
"lastModified": 1744663884,
"narHash": "sha256-a6QGaZMDM1miK8VWzAITsEPOdmLk+xTPyJSTjVs3WhI=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "5d48f3ded3b55ef32d5853c9022fb4df29b3fc45",
"rev": "d5cdf55bd9f19a3debd55b6cb5d38f7831426265",
"type": "github"
},
"original": {

View file

@ -1,6 +1,31 @@
{ pkgs, ... }:
{
home.packages = [
pkgs.cura-appimage
(
let
cura5 = pkgs.appimageTools.wrapType2 rec {
pname = "cura5";
version = "5.8.0";
src = pkgs.fetchurl {
url = "https://github.com/Ultimaker/Cura/releases/download/${version}/UltiMaker-Cura-${version}-linux-X64.AppImage";
hash = "sha256-EojVAe+o43W80ES5BY3QgGRTxztwS+B6kIOfJOtULOg=";
};
};
in
pkgs.writeScriptBin "cura" ''
#! ${pkgs.bash}/bin/bash
# AppImage version of Cura loses current working directory and treats all paths relateive to $HOME.
# So we convert each of the files passed as argument to an absolute path.
# This fixes use cases like `cd /path/to/my/files; cura mymodel.stl anothermodel.stl`.
args=()
for a in "$@"; do
if [ -e "$a" ]; then
a="$(realpath "$a")"
fi
args+=("$a")
done
QT_QPA_PLATFORM=xcb exec "${cura5}/bin/cura5" "''${args[@]}"
''
)
];
}

View file

@ -335,11 +335,6 @@ window-rule {
open-focused true
}
window-rule {
match title=r#"^Authentication Required"#
open-floating true
open-focused true
}

View file

@ -19,7 +19,7 @@
in
builtins.getFlake "github:NixOS/nixpkgs/${rev}";
extraHmModules = [
inputs.catppuccin.homeModules.catppuccin
inputs.catppuccin.homeManagerModules.catppuccin
];
vpn = {
ip = "10.100.0.5";
@ -50,7 +50,7 @@
];
extraHmModules = [
"${inputs.homeManagerGitWorkspace}/modules/services/git-workspace.nix"
inputs.catppuccin.homeModules.catppuccin
inputs.catppuccin.homeManagerModules.catppuccin
];
secrets = {
"kirk-wireguard-private-key" = { };
@ -76,7 +76,7 @@
extraHmModules = [
"${inputs.homeManagerGitWorkspace}/modules/services/git-workspace.nix"
inputs.vscode-server.nixosModules.home
inputs.catppuccin.homeModules.catppuccin
inputs.catppuccin.homeManagerModules.catppuccin
];
secrets = {
"picard-wireguard-private-key" = { };
@ -131,9 +131,10 @@
inputs.catppuccin.nixosModules.catppuccin
];
extraHmModules = [
inputs.impermanence.homeManagerModules.impermanence
"${inputs.homeManagerGitWorkspace}/modules/services/git-workspace.nix"
inputs.vscode-server.nixosModules.home
inputs.catppuccin.homeModules.catppuccin
inputs.catppuccin.homeManagerModules.catppuccin
];
secrets = {
"pike-wireguard-private-key" = { };

View file

@ -40,7 +40,7 @@
"mount-sisko"
"adb"
"prometheus-exporters"
# "promtail"
"promtail"
"zerotier"
]
++ [ ./disko.nix ];

View file

@ -2,6 +2,7 @@
fleetModules,
lib,
config,
pkgs,
...
}:
{
@ -30,12 +31,14 @@
"binfmt"
"greetd"
# "syncthing"
"hass-poweroff"
"forgejo-runners"
"teamviewer"
"sunshine"
"mount-sisko"
"adb"
"prometheus-exporters"
# "promtail"
"promtail"
"zerotier"
];

View file

@ -146,7 +146,7 @@ in
}
]
++ [
(lib.optionalAttrs cfg.impermanence.enable {
(lib.mkIf cfg.impermanence.enable {
home.persistence."/persist/home/${cfg.username}" = {
inherit (cfg.impermanence) directories files;
allowOther = true;