Compare commits

..

34 Commits

Author SHA1 Message Date
d1b805789b
hyprland: add recommended env vars
All checks were successful
Check flake / build-amd64-linux (push) Successful in 3m13s
2025-03-16 22:38:59 +00:00
1001119829
hyprland: extract hypridle 2025-03-16 22:07:13 +00:00
aaa944fd33
hyprland: extract hyprpaper 2025-03-16 22:05:15 +00:00
ad6d6d4f15
hyprland: extract hyprlock 2025-03-16 22:03:35 +00:00
cd4b58ae90
hyprland: preload wallpaper 2025-03-16 21:58:54 +00:00
f7b7a65860
hyprland: add config
All checks were successful
Check flake / build-amd64-linux (push) Successful in 4m26s
2025-03-16 18:59:16 +00:00
050a93bc01
hyprland: enable NetworkManager
All checks were successful
Check flake / build-amd64-linux (push) Successful in 4m52s
2025-03-16 17:24:07 +00:00
c2659206a0
hyprland: re-add system module
All checks were successful
Check flake / build-amd64-linux (push) Successful in 4m35s
2025-03-16 17:20:00 +00:00
7bc95779e7
mutter: bump overlay
All checks were successful
Check flake / build-amd64-linux (push) Successful in 4m19s
2025-03-16 16:41:28 +00:00
8b099e335c
nixvim: rename options to opts
All checks were successful
Check flake / build-amd64-linux (push) Successful in 4m36s
2025-03-16 16:19:49 +00:00
e64b4879c0
mail: don't rely on home-manager for password
All checks were successful
Check flake / build-amd64-linux (push) Successful in 4m29s
2025-03-16 16:12:19 +00:00
9f1baa4c1e
eos: remove battery percentage
Some checks failed
Check flake / build-amd64-linux (push) Failing after 2m34s
2025-03-16 16:04:15 +00:00
635b5c8921
gnome: use osConfig
Some checks failed
Check flake / build-amd64-linux (push) Failing after 59s
2025-03-16 16:01:31 +00:00
63583d9375
home-manager: fix xdg config file definition
Some checks failed
Check flake / build-amd64-linux (push) Failing after 26s
2025-03-16 15:59:58 +00:00
c77a0e921a
hyprland: move adw-gtk3 to user package
Some checks failed
Check flake / build-amd64-linux (push) Failing after 16s
2025-03-16 15:53:59 +00:00
befc31158c
gnome: fix session variable definition 2025-03-16 15:53:42 +00:00
556010c860
flake.lock: Update
Some checks failed
Check flake / build-amd64-linux (push) Failing after 16s
Flake lock file updates:

• Updated input 'nixpkgs-unstable':
    'github:NixOS/nixpkgs/6607cf789e541e7873d40d3a8f7815ea92204f32?narHash=sha256-cPfs8qMccim2RBgtKGF%2Bx9IBCduRvd/N5F4nYpU0TVE%3D' (2025-03-13)
  → 'github:NixOS/nixpkgs/c80f6a7e10b39afcc1894e02ef785b1ad0b0d7e5?narHash=sha256-C7jVfohcGzdZRF6DO%2BybyG/sqpo1h6bZi9T56sxLy%2Bk%3D' (2025-03-15)
• Removed input 'plasma-manager'
• Removed input 'plasma-manager/home-manager'
• Removed input 'plasma-manager/nixpkgs'
2025-03-16 15:46:47 +00:00
ecbdfbaa7f
treewide: use inputs instead of self 2025-03-16 15:45:04 +00:00
7cd825d938
hyprland: move from module to user config 2025-03-16 15:25:06 +00:00
2b76dbea66
kde: remove module 2025-03-16 15:25:06 +00:00
df0e6b2924
gnome: split home-manager config from module 2025-03-16 15:25:06 +00:00
4543939b17
treewide: remove redundant home-manager modules 2025-03-16 15:25:05 +00:00
85ecd4a72a
thunderbird: move from module to user config 2025-03-16 15:25:05 +00:00
5d1f6aca74
firefox: move from module to user config 2025-03-16 15:25:05 +00:00
1f665646ea
home-manager: init on all hosts 2025-03-16 15:25:05 +00:00
14b53c4321
zsh: global completion opt-out 2025-03-16 14:31:51 +00:00
d8e0e78728
pass: move from module to user config 2025-03-16 14:31:50 +00:00
7879fda102
neovim: move from module to user config 2025-03-16 14:31:50 +00:00
c1f28192a0
gpg: move from module to user config 2025-03-16 14:31:50 +00:00
d1c2adface
git: move from module to user config 2025-03-16 14:31:50 +00:00
ab75776ebe
zsh: move from module to user config 2025-03-16 13:51:58 +00:00
dba3b8944d
programs/dev: remove modules 2025-03-16 13:39:22 +00:00
0d8b1e7a37
nix-serve: refactor 2025-03-16 12:45:25 +00:00
ee02393220
hyprland: add notification daemon 2025-03-16 11:40:22 +00:00
2 changed files with 73 additions and 0 deletions

View File

@ -9,6 +9,7 @@
./hardware-configuration.nix
./gitea-runner.nix
./nix-serve.nix
./zonos-container.nix
../desktop.nix
];

View File

@ -0,0 +1,72 @@
# Auto-generated using compose2nix v0.3.2-pre.
{ pkgs, lib, ... }:
{
hardware.nvidia-container-toolkit.enable = true;
# Runtime
virtualisation.docker = {
enable = true;
# enableNvidia = true;
enableOnBoot = true;
autoPrune.enable = true;
daemon.settings.features.cdi = true;
rootless.enable = true;
rootless.daemon.settings.features.cdi = true;
};
virtualisation.oci-containers.backend = "docker";
# Containers
virtualisation.oci-containers.containers."zonos_container" = {
image = "compose2nix/zonos_container";
environment = {
"GRADIO_SHARE" = "False";
"NVIDIA_VISIBLE_DEVICES" = "0";
};
cmd = [
"python3"
"gradio_interface.py"
];
log-driver = "journald";
extraOptions = [
"--device=nvidia.com/gpu=0"
"--network=host"
];
};
systemd.services."docker-zonos_container" = {
serviceConfig = {
Restart = lib.mkOverride 90 "no";
};
partOf = [
"docker-compose-zonos-root.target"
];
wantedBy = [
"docker-compose-zonos-root.target"
];
};
# Builds
systemd.services."docker-build-zonos_container" = {
path = [
pkgs.docker
pkgs.git
];
serviceConfig = {
Type = "oneshot";
TimeoutSec = 900;
};
script = ''
cd /home/jordan/projects/jordan/Zonos
docker build -t compose2nix/zonos_container .
'';
};
# Root service
# When started, this will automatically create all resources and start
# the containers. When stopped, this will teardown all resources.
systemd.targets."docker-compose-zonos-root" = {
unitConfig = {
Description = "Root target generated by compose2nix.";
};
wantedBy = [ "multi-user.target" ];
};
}