Compare commits

..

34 Commits

Author SHA1 Message Date
6cdaf9b06e
hyprland: add recommended env vars
All checks were successful
Check flake / build-amd64-linux (push) Successful in 5m10s
2025-03-17 23:14:59 +00:00
c626e942cd
hyprland: extract hypridle 2025-03-17 23:14:59 +00:00
643d6819ee
hyprland: extract hyprpaper 2025-03-17 23:14:59 +00:00
beb2df97be
hyprland: extract hyprlock 2025-03-17 23:14:59 +00:00
6158a033bb
hyprland: preload wallpaper 2025-03-17 23:14:58 +00:00
6cd5475490
hyprland: add config 2025-03-17 23:14:58 +00:00
bc69781b25
hyprland: enable NetworkManager 2025-03-17 23:14:58 +00:00
f4fa942b50
hyprland: re-add system module 2025-03-17 23:14:58 +00:00
0850fcf0a0
mutter: bump overlay 2025-03-17 23:14:58 +00:00
1121e2d602
nixvim: rename options to opts 2025-03-17 23:14:57 +00:00
964b75c6ae
mail: don't rely on home-manager for password 2025-03-17 23:14:57 +00:00
214468f832
eos: remove battery percentage 2025-03-17 23:14:57 +00:00
50bfb371d3
gnome: use osConfig 2025-03-17 23:14:57 +00:00
8357e744ec
home-manager: fix xdg config file definition 2025-03-17 23:14:57 +00:00
57943b2fbc
hyprland: move adw-gtk3 to user package 2025-03-17 23:14:57 +00:00
f2de0d024b
gnome: fix session variable definition 2025-03-17 23:14:56 +00:00
8189e9b514
flake.lock: Update
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-17 23:14:56 +00:00
22232f7a84
treewide: use inputs instead of self 2025-03-17 23:14:56 +00:00
130197eeb8
hyprland: move from module to user config 2025-03-17 23:14:56 +00:00
46383d5e75
kde: remove module 2025-03-17 23:14:56 +00:00
fd867ed529
gnome: split home-manager config from module 2025-03-17 23:14:55 +00:00
eb1f5a0a43
treewide: remove redundant home-manager modules 2025-03-17 23:14:55 +00:00
4ef00d2af9
thunderbird: move from module to user config 2025-03-17 23:14:55 +00:00
2da1857e27
firefox: move from module to user config 2025-03-17 23:14:55 +00:00
030bc52ec2
home-manager: init on all hosts 2025-03-17 23:14:55 +00:00
fd27151122
zsh: global completion opt-out 2025-03-17 23:14:54 +00:00
f09457f6fc
pass: move from module to user config 2025-03-17 23:14:54 +00:00
adb2cbc4ca
neovim: move from module to user config 2025-03-17 23:14:54 +00:00
4fe17e1ec0
gpg: move from module to user config 2025-03-17 23:14:54 +00:00
dd637cb1ae
git: move from module to user config 2025-03-17 23:14:54 +00:00
cbc31f1083
zsh: move from module to user config 2025-03-17 23:14:53 +00:00
d00df9171b
programs/dev: remove modules 2025-03-17 23:14:53 +00:00
37a115b68e
nix-serve: refactor 2025-03-17 23:14:51 +00:00
e78d3bb9d2
hyprland: add notification daemon 2025-03-17 23:13:47 +00:00
2 changed files with 0 additions and 73 deletions

View File

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

View File

@ -1,72 +0,0 @@
# 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" ];
};
}