Compare commits

..

2 Commits

Author SHA1 Message Date
doloro d10b195c7e meow 2026-04-30 11:43:18 +01:00
doloro 119148c764 swapped out flake 2026-04-30 11:35:18 +01:00
36 changed files with 1079 additions and 1591 deletions
+11 -34
View File
@@ -4,7 +4,8 @@
modules, modules,
inputs, inputs,
... ...
}: { }:
{
den.aspects.doloro-desktop = { den.aspects.doloro-desktop = {
includes = [ includes = [
<den/primary-user> <den/primary-user>
@@ -14,9 +15,7 @@
modules.fish modules.fish
modules.tuigreet modules.tuigreet
modules.kitty modules.kitty
modules.nikpkgs
modules.fonts modules.fonts
modules.unity
<modules/hyprland/doloro-settings> <modules/hyprland/doloro-settings>
(modules.obs { (modules.obs {
audio = true; audio = true;
@@ -32,35 +31,26 @@
modules.quickshell modules.quickshell
modules.nix-ld modules.nix-ld
modules.spotify modules.spotify
# modules.easyeffects modules.easyeffects
modules.lavd modules.lavd
modules.ai modules.ai
modules.omp
modules.podman
<modules/ai/ollama-cuda> <modules/ai/ollama-cuda>
]; ];
nixos = { nixos =
config, { config, pkgs, ... }:
pkgs, {
...
}: {
users.users.doloro = { users.users.doloro = {
shell = pkgs.fish; shell = pkgs.fish;
hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path; hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path;
extraGroups = ["libvirtd"];
}; };
virtualisation.libvirtd.enable = true;
programs.virt-manager.enable = true;
}; };
homeManager = { homeManager =
home, { home, pkgs, ... }:
pkgs, {
...
}: {
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
monitor = [ monitor = [
"HDMI-A-1, 1920x1080@60, 0x0, 1" "HDMI-A-1, 1920x1080@60, 0x0, 1"
"DP-2, 1920x1080@120, 1920x0, 1" "DP-3, 1920x1080@144, 1920x0, 1"
]; ];
exec-once = [ exec-once = [
"hyprctl dispatch workspace 2" # shit solution to get quickshell on the right monitor "hyprctl dispatch workspace 2" # shit solution to get quickshell on the right monitor
@@ -80,22 +70,9 @@
obsidian obsidian
# pear-desktop # pear-desktop
prismlauncher prismlauncher
# deadlock-mod-manager deadlock-mod-manager
inputs.nik-pkgs.packages.x86_64-linux.grimorie
gamescope gamescope
android-studio android-studio
blender
bottles
];
programs.lutris.enable = true;
nixpkgs.overlays = [
# Skipping tests while upstream sorts it out, revert once
# Hydra consistently builds openldap green.
(final: prev: {
openldap = prev.openldap.overrideAttrs (_: {
doCheck = false;
});
})
]; ];
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
programs.home-manager.enable = true; programs.home-manager.enable = true;
+10 -12
View File
@@ -6,16 +6,15 @@
__findFile, __findFile,
lib, lib,
... ...
}: { }:
{
den.aspects.desktop = { den.aspects.desktop = {
includes = [ includes = [
modules.nix modules.nix
]; ];
nixos = { nixos =
pkgs, { pkgs, config, ... }:
config, {
...
}: {
boot.loader.grub.enable = true; boot.loader.grub.enable = true;
boot.loader.grub.device = "nodev"; boot.loader.grub.device = "nodev";
boot.loader.grub.devices = [ boot.loader.grub.devices = [
@@ -46,7 +45,7 @@
enable = true; enable = true;
}; };
services.xserver.videoDrivers = ["nvidia"]; services.xserver.videoDrivers = [ "nvidia" ];
fileSystems."/mnt/2tb" = { fileSystems."/mnt/2tb" = {
device = "/dev/disk/by-uuid/0f49aec7-4af2-4f4f-b475-3f4fad2b59c2"; device = "/dev/disk/by-uuid/0f49aec7-4af2-4f4f-b475-3f4fad2b59c2";
@@ -63,6 +62,7 @@
services.gnome.gnome-keyring.enable = true; services.gnome.gnome-keyring.enable = true;
hardware.nvidia = { hardware.nvidia = {
# Modesetting is required. # Modesetting is required.
modesetting.enable = true; modesetting.enable = true;
@@ -70,7 +70,7 @@
# Enable this if you have graphical corruption issues or application crashes after waking # Enable this if you have graphical corruption issues or application crashes after waking
# up from sleep. This fixes it by saving the entire VRAM memory to /tmp/ instead # up from sleep. This fixes it by saving the entire VRAM memory to /tmp/ instead
# of just the bare essentials. # of just the bare essentials.
powerManagement.enable = false; powerManagement.enable = true;
# Fine-grained power management. Turns off GPU when not in use. # Fine-grained power management. Turns off GPU when not in use.
# Experimental and only works on modern Nvidia GPUs (Turing or newer). # Experimental and only works on modern Nvidia GPUs (Turing or newer).
@@ -83,7 +83,7 @@
# supported GPUs is at: # supported GPUs is at:
# https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus # https://github.com/NVIDIA/open-gpu-kernel-modules#compatible-gpus
# Only available from driver 515.43.04+ # Only available from driver 515.43.04+
open = false; open = true;
# Enable the Nvidia settings menu, # Enable the Nvidia settings menu,
# accessible via `nvidia-settings`. # accessible via `nvidia-settings`.
@@ -92,9 +92,7 @@
# Optionally, you may need to select the appropriate driver version for your specific GPU. # Optionally, you may need to select the appropriate driver version for your specific GPU.
package = config.boot.kernelPackages.nvidiaPackages.stable; package = config.boot.kernelPackages.nvidiaPackages.stable;
}; };
boot.binfmt.emulatedSystems = [
"aarch64-linux"
];
}; };
}; };
} }
@@ -21,7 +21,6 @@
modules.stylix modules.stylix
modules.quickshell modules.quickshell
modules.lavd modules.lavd
modules.omp
# modules.podman # modules.podman
# modules.openvivo # modules.openvivo
]; ];
+3 -3
View File
@@ -171,12 +171,12 @@
# "mem_sleep_default=deep" # "mem_sleep_default=deep"
# "i915.fastboot=1" # "i915.fastboot=1"
# "i915.modeset=1" # "i915.modeset=1"
"ahci.mobile_lpm_policy=1" # "ahci.mobile_lpm_policy=1"
# "intel_idle.max_cstate=10" # "intel_idle.max_cstate=10"
"processor.max_cstate=10" "processor.max_cstate=10"
"pci=noaer" "pci=noaer"
"quiet" # "quiet"
"splash" # "splash"
# "idle=halt" # "idle=halt"
]; ];
boot.binfmt.emulatedSystems = [ boot.binfmt.emulatedSystems = [
+8 -8
View File
@@ -3,7 +3,8 @@
modules, modules,
__findFile, __findFile,
... ...
}: { }:
{
den.aspects.doloro-shared = { den.aspects.doloro-shared = {
includes = [ includes = [
modules.nixvim modules.nixvim
@@ -13,11 +14,9 @@
modules.hyfetch modules.hyfetch
modules.ssh modules.ssh
]; ];
homeManager = { homeManager =
pkgs, { pkgs, lib, ... }:
lib, {
...
}: {
home = { home = {
username = "doloro"; username = "doloro";
homeDirectory = "/home/doloro"; homeDirectory = "/home/doloro";
@@ -25,12 +24,13 @@
wl-clipboard wl-clipboard
# home-manager # home-manager
btop btop
pavucontrol
]; ];
}; };
programs.home-manager.enable = true; programs.home-manager.enable = true;
}; };
nixos = {lib, ...}: { nixos =
{ lib, ... }:
{
}; };
}; };
} }
-34
View File
@@ -1,34 +0,0 @@
{
den,
modules,
__findFile,
...
}: {
den.aspects.doloro-wsl = {
includes = [
<den/primary-user>
den.aspects.doloro-shared
modules.fish
modules.tmux
modules.nix
modules.omp
modules.hyfetch
modules.git
];
nixos = {
config,
pkgs,
...
}: {
users.users.doloro = {
isNormalUser = true;
shell = pkgs.fish;
uid = 1000;
# hashedPasswordFile = config.sops.secrets."doloro-hashed_password".path;
};
};
homeManager = {...}: {
};
};
}
-22
View File
@@ -1,22 +0,0 @@
{
den,
modules,
...
}: {
flake-file.inputs = {
};
den.aspects.wsl = {
includes = [
modules.wsl
modules.tmux
modules.nix
modules.omp
modules.hyfetch
modules.git
];
nixos = {lib, ...}: {
wsl.enable = true;
wsl.defaultUser = "doloro";
};
};
}
+3 -7
View File
@@ -3,14 +3,14 @@
__findFile, __findFile,
modules, modules,
... ...
}: { }:
{
den.aspects.rpi5 = { den.aspects.rpi5 = {
includes = [ includes = [
<modules/raspberry-pi/5> <modules/raspberry-pi/5>
# <modules/services/traefik> # <modules/services/traefik>
<modules/services/caddy> <modules/services/caddy>
<modules/services/home-assistant> <modules/services/home-assistant>
<modules/services/docker-registry>
<modules/services/ddns> <modules/services/ddns>
]; ];
nixos = { nixos = {
@@ -23,7 +23,7 @@
443 443
8080 8080
]; ];
allowedUDPPortRanges = []; allowedUDPPortRanges = [ ];
}; };
virtualisation.docker.enable = true; virtualisation.docker.enable = true;
@@ -31,10 +31,6 @@
services.openssh.enable = true; services.openssh.enable = true;
nixpkgs.hostPlatform = "aarch64-linux"; nixpkgs.hostPlatform = "aarch64-linux";
nix.gc = {
automatic = true;
};
}; };
}; };
} }
+4 -11
View File
@@ -3,7 +3,8 @@
__findFile, __findFile,
lib, lib,
... ...
}: { }:
{
# Homes # Homes
den.homes.x86_64-linux.doloro-desktop = { den.homes.x86_64-linux.doloro-desktop = {
aspect = "doloro-desktop"; aspect = "doloro-desktop";
@@ -13,9 +14,6 @@
den.homes.aarch64-linux.doloro-laptop = { den.homes.aarch64-linux.doloro-laptop = {
userName = "doloro"; userName = "doloro";
}; };
den.homes.aarch64-linux.doloro-wsl = {
userName = "doloro";
};
# Machines # Machines
den.hosts.x86_64-linux.desktop = { den.hosts.x86_64-linux.desktop = {
users.doloro = { users.doloro = {
@@ -30,18 +28,13 @@
home-manager.enable = true; home-manager.enable = true;
}; };
}; };
den.hosts.aarch64-linux.wsl = {
users.doloro = {
aspect = "doloro-wsl";
home-manager.enable = true;
};
};
den.schema.user.classes = lib.mkDefault ["homeManager"]; den.schema.user.classes = lib.mkDefault [ "homeManager" ];
# Fixes 'The option `flake.homeConfigurations' is defined multiple times while it's expected to be unique.' # Fixes 'The option `flake.homeConfigurations' is defined multiple times while it's expected to be unique.'
flake.options.homeConfigurations = lib.mkOption { flake.options.homeConfigurations = lib.mkOption {
type = lib.types.attrs; type = lib.types.attrs;
description = "Home Manager configurations for users."; description = "Home Manager configurations for users.";
}; };
} }
+1 -4
View File
@@ -13,10 +13,7 @@
homeManager = homeManager =
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = [ home.packages = [ pkgs.opencode ];
pkgs.opencode
pkgs.claude-code
];
}; };
}; };
} }
-14
View File
@@ -1,14 +0,0 @@
{
modules,
den,
inputs,
...
}: {
flake-file.inputs = {
omp-nix.url = "git+https://git.molez.org/mandlm/omp-nix?ref=main";
};
modules.omp = {
homeManager = {
};
};
}
-3
View File
@@ -18,9 +18,6 @@
set -g theme_display_user yes set -g theme_display_user yes
set -g fish_color_autosuggestion 6F6578 set -g fish_color_autosuggestion 6F6578
alias nik 'nix' alias nik 'nix'
if not set -q TMUX
set -gx COLORTERM truecolor
end
''; '';
# alias nos 'sudo echo; sudo nixos-rebuild switch --flake .#${aspect-name} --log-format internal-json -v &| nom --json' # alias nos 'sudo echo; sudo nixos-rebuild switch --flake .#${aspect-name} --log-format internal-json -v &| nom --json'
# alias hms 'home-manager switch --flake .#${aspect-name} --log-format internal-json -v &| nom --json' # alias hms 'home-manager switch --flake .#${aspect-name} --log-format internal-json -v &| nom --json'
+5 -5
View File
@@ -11,14 +11,14 @@
localNetworkGameTransfers.openFirewall = true; localNetworkGameTransfers.openFirewall = true;
# Ensure gamescope is inside the steam "fhs" # Ensure gamescope is inside the steam "fhs"
package = pkgs.steam.override { package = pkgs.steam.override {
extraLibraries = pkgs: [ pkgs.libxcb ]; extraLibraries = pkgs: [ pkgs.xorg.libxcb ];
extraPkgs = extraPkgs =
pkgs: with pkgs; [ pkgs: with pkgs; [
attr attr
libxcursor xorg.libXcursor
libxi xorg.libXi
libxinerama xorg.libXinerama
libxscrnsaver xorg.libXScrnSaver
libpng libpng
libpulseaudio libpulseaudio
libvorbis libvorbis
+18 -19
View File
@@ -1,15 +1,14 @@
{modules, ...}: { { modules, ... }:
{
modules.hyprland = { modules.hyprland = {
provides = { provides = {
doloro-settings = { doloro-settings = {
includes = [ includes = [
modules.dunst modules.dunst
]; ];
homeManager = { homeManager =
pkgs, { pkgs, home, ... }:
home, {
...
}: {
home.packages = [ home.packages = [
pkgs.hyprcursor pkgs.hyprcursor
pkgs.wlogout pkgs.wlogout
@@ -63,7 +62,7 @@
}; };
}; };
cursor = { cursor = {
no_hardware_cursors = false; no_hardware_cursors = true;
}; };
animations = { animations = {
enabled = true; enabled = true;
@@ -96,7 +95,7 @@
]; ];
}; };
dwindle = { dwindle = {
# pseudotile = true; pseudotile = true;
preserve_split = true; preserve_split = true;
}; };
# master = { # master = {
@@ -106,11 +105,10 @@
force_default_wallpaper = -1; force_default_wallpaper = -1;
disable_hyprland_logo = false; disable_hyprland_logo = false;
enable_anr_dialog = false; enable_anr_dialog = false;
# vfr = true; vfr = true;
}; };
"$mainMod" = "SUPER"; "$mainMod" = "SUPER";
bind = bind = [
[
( (
let let
config = pkgs.writeTextFile { config = pkgs.writeTextFile {
@@ -131,14 +129,15 @@
script = pkgs.writeShellScript "mreow" '' script = pkgs.writeShellScript "mreow" ''
exec $(tofi-drun -c ${config}) exec $(tofi-drun -c ${config})
''; '';
in "$mainMod, R, exec, ${script}" in
"$mainMod, R, exec, ${script}"
) )
"$mainMod, C, killactive" "$mainMod, C, killactive"
"$mainMod, M, exec, uwsm stop" "$mainMod, M, exec, uwsm stop"
"$mainMod, Q, exec, kitty" "$mainMod, Q, exec, kitty"
"$mainMod, V, togglefloating," "$mainMod, V, togglefloating,"
# "$mainMod, P, pseudo, # dwindle" "$mainMod, P, pseudo, # dwindle"
# "$mainMod, J, togglesplit, # dwindle" "$mainMod, J, togglesplit, # dwindle"
"$mainMod, left, movefocus, l" "$mainMod, left, movefocus, l"
"$mainMod, right, movefocus, r" "$mainMod, right, movefocus, r"
"$mainMod, up, movefocus, u" "$mainMod, up, movefocus, u"
@@ -163,14 +162,15 @@
] ]
++ (builtins.concatLists ( ++ (builtins.concatLists (
builtins.genList ( builtins.genList (
i: let i:
let
ws = i + 1; ws = i + 1;
in [ in
[
"$mainMod, ${toString ws}, workspace, ${toString ws}" "$mainMod, ${toString ws}, workspace, ${toString ws}"
"$mainMod SHIFT, ${toString ws}, movetoworkspace, ${toString ws}" "$mainMod SHIFT, ${toString ws}, movetoworkspace, ${toString ws}"
] ]
) ) 9
9
)); ));
bindm = [ bindm = [
"$mainMod, mouse:272, movewindow" "$mainMod, mouse:272, movewindow"
@@ -180,7 +180,6 @@
"match:class .*, suppress_event maximize" "match:class .*, suppress_event maximize"
"match:class ^(gamescope)$, workspace 5" "match:class ^(gamescope)$, workspace 5"
"match:class ^(gamescope)$, immediate true" "match:class ^(gamescope)$, immediate true"
"match:class ^(gamescope)$, confine_pointer true"
"match:class ^(steam)$, workspace 6 silent" "match:class ^(steam)$, workspace 6 silent"
"match:class ^(vesktop)$, workspace 8 silent" "match:class ^(vesktop)$, workspace 8 silent"
"match:class ^(org.telegram.desktop)$, workspace 8 silent" "match:class ^(org.telegram.desktop)$, workspace 8 silent"
+10 -7
View File
@@ -3,13 +3,16 @@
inputs, inputs,
lib, lib,
... ...
}: { }:
{
flake-file.inputs = { flake-file.inputs = {
hyprland.url = "github:hyprwm/Hyprland"; hyprland.url = "github:hyprwm/Hyprland";
}; };
modules.hyprland = { modules.hyprland = {
nixos = {pkgs, ...}: { nixos =
imports = [inputs.hyprland.nixosModules.default]; { pkgs, ... }:
{
imports = [ inputs.hyprland.nixosModules.default ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
wayfreeze wayfreeze
grim grim
@@ -43,15 +46,15 @@
# package32 = pkgs-unstable.pkgsi686Linux.mesa; # package32 = pkgs-unstable.pkgsi686Linux.mesa;
}; };
}; };
homeManager = {pkgs, ...}: { homeManager =
{ pkgs, ... }:
{
gtk = { gtk = {
enable = true; enable = true;
}; };
# backupFileExtension = "backupHM";
wayland.windowManager.hyprland = { wayland.windowManager.hyprland = {
enable = true; enable = true;
systemd.variables = ["--all"]; systemd.variables = [ "--all" ];
configType = "hyprlang";
}; };
}; };
}; };
+1 -5
View File
@@ -1,8 +1,5 @@
{ den, modules, ... }:
{ {
den,
modules,
...
}: {
modules.kitty = { modules.kitty = {
homeManager = { homeManager = {
programs.kitty = { programs.kitty = {
@@ -15,7 +12,6 @@
sync_to_monitor = "yes"; sync_to_monitor = "yes";
background_opacity = 0.6; background_opacity = 0.6;
cursor_trail = 1; cursor_trail = 1;
auto_reload_config = -1;
}; };
}; };
}; };
+4 -4
View File
@@ -3,17 +3,17 @@
modules, modules,
inputs, inputs,
... ...
}: { }:
{
flake-file.inputs = { flake-file.inputs = {
nik-pkgs = { nik-pkgs = {
url = "git+https://git.scug.io/nikkuss/pkgs.git"; url = "git+https://git.scug.io/nikkuss/pkgs.git";
# inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
}; };
modules.nikpkgs = { modules.nikpkgs = {
nixos = { nixos = {
nixpkgs.overlays = [inputs.nik-pkgs.overlays.default]; nixpkgs.overlays = [ inputs.nik-pkgs.overlays.default ];
}; };
# debug = inputs.nik-pkgs;
}; };
} }
+21 -21
View File
@@ -24,19 +24,19 @@
systemd systemd
# My own additions # My own additions
libxcomposite xorg.libXcomposite
libxtst xorg.libXtst
libxrandr xorg.libXrandr
libxext xorg.libXext
libx11 xorg.libX11
libxfixes xorg.libXfixes
libGL libGL
libva libva
pipewire pipewire
libxcb xorg.libxcb
libxdamage xorg.libXdamage
libxshmfence xorg.libxshmfence
libxxf86vm xorg.libXxf86vm
libelf libelf
# Required # Required
@@ -56,13 +56,13 @@
# glibc_multi.bin # Seems to cause issue in ARM # glibc_multi.bin # Seems to cause issue in ARM
# # Without these it silently fails # # Without these it silently fails
libxinerama xorg.libXinerama
libxcursor xorg.libXcursor
libxrender xorg.libXrender
libxscrnsaver xorg.libXScrnSaver
libxi xorg.libXi
libsm xorg.libSM
libice xorg.libICE
gnome2.GConf gnome2.GConf
nspr nspr
nss nss
@@ -88,13 +88,13 @@
# other issue: (Unity:377230): GLib-GIO-CRITICAL **: 21:09:04.706: g_dbus_proxy_call_sync_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed # other issue: (Unity:377230): GLib-GIO-CRITICAL **: 21:09:04.706: g_dbus_proxy_call_sync_internal: assertion 'G_IS_DBUS_PROXY (proxy)' failed
# Verified games requirements # Verified games requirements
libxt xorg.libXt
libxmu xorg.libXmu
libogg libogg
libvorbis libvorbis
SDL SDL
SDL2_image SDL2_image
glew_1_10 glew110
libidn libidn
tbb tbb
@@ -123,7 +123,7 @@
libgcrypt libgcrypt
libvpx libvpx
librsvg librsvg
libxft xorg.libXft
libvdpau libvdpau
# ... # ...
# Some more libraries that I needed to run programs # Some more libraries that I needed to run programs
+6 -8
View File
@@ -1,12 +1,12 @@
{...}: { { ... }:
flake-file.inputs = { {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
};
modules.nix = { modules.nix = {
nixos = {...}: { nixos =
{ ... }:
{
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
nix.settings = { nix.settings = {
extra-substituters = [ substituters = [
"https://hyprland.cachix.org" "https://hyprland.cachix.org"
"https://nix-community.cachix.org" "https://nix-community.cachix.org"
"https://cache.nixos.org/" "https://cache.nixos.org/"
@@ -14,7 +14,6 @@
"https://cache.nixos-cuda.org" "https://cache.nixos-cuda.org"
"https://niri.cachix.org" "https://niri.cachix.org"
"https://attic.xuyh0120.win/lantian" "https://attic.xuyh0120.win/lantian"
"https://nixos-raspberrypi.cachix.org"
]; ];
trusted-public-keys = [ trusted-public-keys = [
"hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="
@@ -23,7 +22,6 @@
"cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M=" "cache.nixos-cuda.org:74DUi4Ye579gUqzH4ziL9IyiJBlDpMRn9MBN8oNan9M="
"niri.cachix.org-1:Wv0OmO7PsuocRKzfDoJ3mulSl7Z6oezYhGhR+3W2964=" "niri.cachix.org-1:Wv0OmO7PsuocRKzfDoJ3mulSl7Z6oezYhGhR+3W2964="
"lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc=" "lantian:EeAUQ+W+6r7EtwnmYjeVwx5kOGEBpjlBfPlzGlTNvHc="
"nixos-raspberrypi.cachix.org-1:4iMO9LXa8BqhU+Rpg6LQKiGa2lsNh/j2oiYLNOQ5sPI="
]; ];
experimental-features = [ experimental-features = [
"flakes" "flakes"
+29 -128
View File
@@ -4,7 +4,8 @@
lib, lib,
inputs, inputs,
... ...
}: { }:
{
# Its in its own folder for future modulizaion efforts # Its in its own folder for future modulizaion efforts
flake-file.inputs = { flake-file.inputs = {
nixvim = { nixvim = {
@@ -14,20 +15,13 @@
}; };
modules = { modules = {
nixvim = { nixvim = {
nixos = {home-manager, ...}: { nixos =
{ home-manager, ... }:
{
}; };
homeManager = {pkgs, ...}: let homeManager =
tiny-code-action = pkgs.vimUtils.buildVimPlugin { { pkgs, ... }:
name = "tiny-code-action.nvim"; {
src = pkgs.fetchFromGitHub {
owner = "rachartier";
repo = "tiny-code-action.nvim";
rev = "main";
hash = "sha256-UF9zeO5Uujdt2MEwy2d2Lhk6JRnEN4vrEvYslv0/zaA";
};
nvimSkipModules = ["tiny-code-action.previewers.snacks"];
};
in {
imports = [ imports = [
inputs.nixvim.homeModules.nixvim inputs.nixvim.homeModules.nixvim
]; ];
@@ -42,13 +36,13 @@
colorschemes.gruvbox-material.enable = true; colorschemes.gruvbox-material.enable = true;
extraPackages = with pkgs; [ extraPackages = with pkgs; [
# formatters # formatters
nixfmt-rs nixfmt
rustfmt rustfmt
# misc # misc
ripgrep ripgrep
# misc
nixd nixd
tree-sitter tree-sitter
rust-analyzer
]; ];
performance.byteCompileLua = { performance.byteCompileLua = {
enable = true; enable = true;
@@ -62,13 +56,12 @@
lsp-status.enable = true; lsp-status.enable = true;
transparent.enable = true; transparent.enable = true;
which-key.enable = true; which-key.enable = true;
snacks.enable = true;
conform-nvim = { conform-nvim = {
enable = true; enable = true;
settings = { settings = {
formatters_by_ft = { formatters_by_ft = {
nix = ["nixfmt"]; nix = [ "nixfmt" ];
rust = ["rustfmt"]; rust = [ "rustfmt" ];
"_" = [ "_" = [
"squeeze_blanks" "squeeze_blanks"
"trim_whitespace" "trim_whitespace"
@@ -106,15 +99,6 @@
}; };
nixd = { nixd = {
enable = true; enable = true;
settings = {
nixd = {
nixpkgs.expr = "import (builtins.getFlake \"${toString /home/doloro/dotfiles}\").inputs.nixpkgs { }";
options = {
nixos.expr = "(builtins.getFlake \"${toString /home/doloro/dotfiles}\").nixosConfigurations.desktop.options";
home_manager.expr = "(builtins.getFlake \"${toString /home/doloro/dotfiles}\").homeConfigurations.doloro-desktop.options";
};
};
};
}; };
astro = { astro = {
enable = true; enable = true;
@@ -142,28 +126,28 @@
enable = true; enable = true;
settings = { settings = {
sections = { sections = {
lualine_a = ["mode"]; lualine_a = [ "mode" ];
lualine_b = [ lualine_b = [
"branch" "branch"
"diff" "diff"
"diagnostics" "diagnostics"
]; ];
lualine_c = ["filename"]; lualine_c = [ "filename" ];
lualine_x = [ lualine_x = [
"encoding" "encoding"
"fileformat" "fileformat"
"filetype" "filetype"
]; ];
lualine_y = ["progress"]; lualine_y = [ "lsp_status" ];
lualine_z = ["location"]; lualine_z = [ "location" ];
}; };
inactive_sections = { inactive_sections = {
lualine_a = []; lualine_a = [ ];
lualine_b = []; lualine_b = [ ];
lualine_c = ["filename"]; lualine_c = [ "filename" ];
lualine_x = ["location"]; lualine_x = [ "location" ];
lualine_y = []; lualine_y = [ ];
lualine_z = []; lualine_z = [ ];
}; };
}; };
}; };
@@ -187,30 +171,15 @@
}; };
}; };
}; };
lsp-lines.enable = true; trouble.enable = true;
diaglist = {
enable = true;
settings = {
debug = false;
};
};
cmp = { cmp = {
enable = true; enable = true;
autoEnableSources = true; autoEnableSources = true;
settings = { settings = {
sources = [ sources = [
{ { name = "nvim_lsp"; }
name = "nvim_lsp"; { name = "path"; }
priority = 100; { name = "buffer"; }
}
{
name = "buffer";
priority = 50;
}
{
name = "path";
priority = 40;
}
]; ];
mapping = { mapping = {
"<C-Space>" = "cmp.mapping.complete()"; "<C-Space>" = "cmp.mapping.complete()";
@@ -218,24 +187,13 @@
"<C-e>" = "cmp.mapping.close()"; "<C-e>" = "cmp.mapping.close()";
"<C-f>" = "cmp.mapping.scroll_docs(4)"; "<C-f>" = "cmp.mapping.scroll_docs(4)";
"<CR>" = "cmp.mapping.confirm({ select = true })"; "<CR>" = "cmp.mapping.confirm({ select = true })";
"<S-Tab>" = "cmp.mapping(function(fallback) if cmp.visible() then cmp.select_prev_item() else fallback() end end, {'i', 's'})"; "<S-Tab>" = "cmp.mapping(cmp.mapping.select_prev_item(), {'i', 's'})";
"<Tab>" = "cmp.mapping(function(fallback) if cmp.visible() then cmp.select_next_item() else fallback() end end, {'i', 's'})"; "<Tab>" = "cmp.mapping(cmp.mapping.select_next_item(), {'i', 's'})";
};
window = {
completion = {
border = "rounded";
winhighlight = "Normal:Pmenu,FloatBorder:Pmenu,CursorLine:PmenuSel,Search:None";
};
documentation = {
border = "rounded";
winhighlight = "Normal:Pmenu,FloatBorder:Pmenu";
};
}; };
}; };
}; };
lspkind.enable = true; lspkind.enable = true;
tiny-inline-diagnostic.enable = true; tiny-inline-diagnostic.enable = true;
# tiny-code-action.enable = true;
# persisted.enable = true; # persisted.enable = true;
auto-session = { auto-session = {
enable = false; enable = false;
@@ -250,9 +208,6 @@
enable = true; enable = true;
grammarPackages = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [ grammarPackages = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
bash bash
css
html
javascript
json json
lua lua
make make
@@ -261,8 +216,6 @@
nix nix
regex regex
toml toml
tsx
typescript
vim vim
vimdoc vimdoc
xml xml
@@ -271,7 +224,6 @@
]; ];
settings = { settings = {
highlight.enable = true; highlight.enable = true;
indent.enable = false;
}; };
}; };
}; };
@@ -281,10 +233,6 @@
vimPlugins.melange-nvim vimPlugins.melange-nvim
vimPlugins.telescope-file-browser-nvim vimPlugins.telescope-file-browser-nvim
vimPlugins.lsp-progress-nvim vimPlugins.lsp-progress-nvim
vimPlugins.cmp-cmdline
vimPlugins.cmp-nvim-lsp-signature-help
vimPlugins.cord-nvim
tiny-code-action
]; ];
opts = { opts = {
number = true; number = true;
@@ -296,45 +244,6 @@
globals = { globals = {
mapleader = " "; mapleader = " ";
}; };
extraConfigLua = ''
-- tree-sitter-nix uses (#is-not? local) which the new nvim-treesitter main branch no longer registers
vim.treesitter.query.add_predicate("is-not?", function() return true end, { force = true })
local cmp = require('cmp')
cmp.setup.cmdline(':', {
mapping = cmp.mapping.preset.cmdline(),
sources = cmp.config.sources(
{ { name = 'path' } },
{ { name = 'cmdline' } }
),
window = {
completion = {
border = 'rounded',
},
},
})
cmp.setup.cmdline('/', {
mapping = cmp.mapping.preset.cmdline(),
sources = {
{ name = 'buffer' }
},
window = {
completion = {
border = 'rounded',
},
},
})
require('tiny-code-action').setup({
backend = 'vim',
picker = 'snacks',
resolve_timeout = 100,
notify = {
enabled = true,
on_empty = true,
},
})
'';
keymaps = [ keymaps = [
{ {
action = "<cmd>Telescope persisted<cr>"; action = "<cmd>Telescope persisted<cr>";
@@ -379,20 +288,12 @@
}; };
} }
{ {
action = "<cmd>DiaglistToggle<cr>"; action = "<cmd>Trouble diagnostics toggle<cr>";
key = "<leader>fd"; key = "<leader>fd";
options = { options = {
silent = true; silent = true;
}; };
} }
{
action = "<cmd>lua require('tiny-code-action').code_action()<cr>";
key = "<leader>ca";
mode = ["n" "x"];
options = {
silent = true;
};
}
]; ];
}; };
}; };
+13 -15
View File
@@ -1,15 +1,14 @@
{ den, modules, ... }:
{ {
den,
modules,
...
}: {
modules.obs = settings: { modules.obs = settings: {
homeManager = { homeManager =
{
pkgs, pkgs,
lib, lib,
config, config,
... ...
}: { }:
{
programs = { programs = {
obs-studio = { obs-studio = {
enable = true; enable = true;
@@ -21,20 +20,19 @@
plugins = with pkgs.obs-studio-plugins; [ plugins = with pkgs.obs-studio-plugins; [
obs-pipewire-audio-capture obs-pipewire-audio-capture
obs-vkcapture obs-vkcapture
obs-vaapi #optional AMD hardware acceleration
obs-gstreamer
]; ];
}; };
}; };
systemd.user.services = let systemd.user.services =
let
audio-set = lib.mkIf settings.audio { audio-set = lib.mkIf settings.audio {
pw-discordaudio-virtual-device = { pw-discordaudio-virtual-device = {
Unit = { Unit = {
Description = "OBS daemon"; Description = "OBS daemon";
After = ["hyprland-session.target"]; After = [ "hyprland-session.target" ];
}; };
Install = { Install = {
WantedBy = ["default.target"]; WantedBy = [ "default.target" ];
}; };
Service = { Service = {
ExecStart = "${pkgs.writeShellScript "discord_audio_virt_device" '' ExecStart = "${pkgs.writeShellScript "discord_audio_virt_device" ''
@@ -47,10 +45,10 @@
pw-gameaudio-virtual-device = { pw-gameaudio-virtual-device = {
Unit = { Unit = {
Description = "OBS daemon"; Description = "OBS daemon";
After = ["hyprland-session.target"]; After = [ "hyprland-session.target" ];
}; };
Install = { Install = {
WantedBy = ["default.target"]; WantedBy = [ "default.target" ];
}; };
Service = { Service = {
ExecStart = "${pkgs.writeShellScript "game_audio_virt_device" '' ExecStart = "${pkgs.writeShellScript "game_audio_virt_device" ''
@@ -62,10 +60,10 @@
}; };
}; };
in in
lib.mergeAttrsList [audio-set]; lib.mergeAttrsList [ audio-set ];
wayland.windowManager.hyprland.settings = { wayland.windowManager.hyprland.settings = {
# exec-once = ["${config.programs.obs-studio.finalPackage}/bin/obs --startreplaybuffer"]; exec-once = [ "${config.programs.obs-studio.finalPackage}/bin/obs --startreplaybuffer" ];
}; };
}; };
}; };
@@ -1 +1 @@
/run/user/1000/quickshell/vfs/ca6d8e2cdd46bffdf799708f31d409fa/.qmlls.ini /run/user/1000/quickshell/vfs/6e389f6b800776b0595d9d90e42ebd04/.qmlls.ini
+16 -41
View File
@@ -4,61 +4,36 @@
modules, modules,
inputs, inputs,
... ...
}: { }:
{
flake-file.inputs = { flake-file.inputs = {
raspberry-pi-nix.url = "github:cmyk/raspberry-pi-nix"; raspberry-pi-nix.url = "github:nix-community/raspberry-pi-nix";
nixos-raspberrypi.url = "github:nvmd/nixos-raspberrypi/main";
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
}; };
modules.raspberry-pi = { modules.raspberry-pi = {
provides = { provides = {
"5" = { "5" = {
nixos = {pkgs, ...}: { nixos =
{ pkgs, ... }:
let
rpi-pi = inputs.raspberry-pi-nix;
in
{
imports = [ imports = [
# inputs.nixos-hardware.nixosModules.raspberry-pi-5 rpi-pi.nixosModules.raspberry-pi
inputs.nixos-raspberrypi.lib.inject-overlays-global rpi-pi.nixosModules.sd-image
inputs.nixos-raspberrypi.nixosModules.trusted-nix-caches
inputs.nixos-raspberrypi.lib.inject-overlays
inputs.nixos-raspberrypi.nixosModules.raspberry-pi-5.base
inputs.nixos-raspberrypi.nixosModules.raspberry-pi-5.page-size-16k
inputs.nixos-raspberrypi.nixosModules.raspberry-pi-5.display-vc4
inputs.nixos-raspberrypi.nixosModules.raspberry-pi-5.bluetooth
inputs.nixos-raspberrypi.nixosModules.sd-image
]; ];
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
libraspberrypi libraspberrypi
]; ];
_module.args = {inherit (inputs) nixos-raspberrypi;};
sdImage.compressImage = false; sdImage.compressImage = false;
raspberry-pi-nix.board = "bcm2712"; # Rpi 5 - 64bit
# We need to rebuild kernel for 6.12
# raspberry-pi-nix.kernel-version = "v6_12_17";
raspberry-pi-nix.uboot.enable = false;
boot.loader.raspberry-pi.bootloader = "kernel"; hardware.enableRedistributableFirmware = true;
# boot.initrd.systemd.tpm2.enable = false;
# boot.initrd.allowMissingModules = true;
boot.supportedFilesystems.zfs = false;
# hardware.enableRedistributableFirmware = true;
# fileSystems = {
# "/boot/firmware" = {
# device = "/dev/disk/by-uuid/2175-794E";
# fsType = "vfat";
# options = [
# "noatime"
# "noauto"
# "x-systemd.automount"
# "x-systemd.idle-timeout=1min"
# ];
# };
# "/" = {
# device = "/dev/disk/by-uuid/44444444-4444-4444-8888-888888888888";
# fsType = "ext4";
# options = ["noatime"];
# };
# };
}; };
}; };
}; };
+5 -5
View File
@@ -3,17 +3,17 @@
__findFile, __findFile,
modules, modules,
... ...
}: { }:
{
# Basic caddy # Basic caddy
modules.services.provides.caddy = { modules.services.provides.caddy = {
nixos = {config, ...}: { nixos =
{ config, ... }:
{
services.caddy = { services.caddy = {
enable = true; enable = true;
email = "doloroo@proton.me"; email = "doloroo@proton.me";
enableReload = true; enableReload = true;
globalConfig = ''
acme_ca https://acme-v02.api.letsencrypt.org/directory
'';
}; };
}; };
}; };
+8 -16
View File
@@ -3,14 +3,13 @@
__findFile, __findFile,
modules, modules,
... ...
}: { }:
{
# Basic traefik # Basic traefik
modules.services.provides.ddns = { modules.services.provides.ddns = {
nixos = { nixos =
config, { config, pkgs, ... }:
pkgs, let
...
}: let
ddnsImg = pkgs.dockerTools.pullImage { ddnsImg = pkgs.dockerTools.pullImage {
imageName = "qmcgaw/ddns-updater"; imageName = "qmcgaw/ddns-updater";
imageDigest = "sha256:ee16ab4f6203bf9e5b0925d38a0b4ebf2d9f23771f933cfb2f5a2dbd5f9a2f88"; imageDigest = "sha256:ee16ab4f6203bf9e5b0925d38a0b4ebf2d9f23771f933cfb2f5a2dbd5f9a2f88";
@@ -19,7 +18,8 @@
sha256 = "sha256-dMCHkvoFaORmGwbIM9io4Vc9fq+wBks25k2dmnW7naI="; sha256 = "sha256-dMCHkvoFaORmGwbIM9io4Vc9fq+wBks25k2dmnW7naI=";
arch = "arm64"; arch = "arm64";
}; };
in { in
{
virtualisation.oci-containers.containers = { virtualisation.oci-containers.containers = {
ddns = { ddns = {
image = "qmcgaw/ddns-updater"; image = "qmcgaw/ddns-updater";
@@ -28,18 +28,10 @@
"/data/ddns:/updater/data" "/data/ddns:/updater/data"
"/etc/localtime:/etc/localtime:ro" "/etc/localtime:/etc/localtime:ro"
]; ];
ports = ["0.0.0.0:8125:8000"]; # ports = [ "0.0.0.0:8123:8123" ];
# networks = [ "meow" ]; # networks = [ "meow" ];
}; };
}; };
services.caddy = pkgs.lib.mkIf config.services.caddy.enable {
virtualHosts."ddns.h.doloro.co.uk".extraConfig = ''
reverse_proxy :8125
basic_auth {
doloro $2a$14$FH.UkwC0PUsQ7IEV9XLAf.6/11KLsugCbrX/o6dPTx7NBlJWv3aiO
}
'';
};
}; };
}; };
} }
-49
View File
@@ -1,49 +0,0 @@
{
den,
__findFile,
modules,
...
}: {
# Basic traefik
modules.services.provides.docker-registry = {
nixos = {
config,
pkgs,
...
}: let
registryImg = pkgs.dockerTools.pullImage {
imageName = "registry";
imageDigest = "sha256:85347ed2ecde64161c7a4788a4d7d3dcc9d6f86f7be95834022e3c6a423a945a";
finalImageName = "registry";
finalImageTag = "3";
sha256 = "sha256-rLG0q/MVVz52veqZuZs5W0Qke6FugXkx7fMe3QnE3gU";
arch = "arm64";
};
in {
virtualisation.oci-containers.containers = {
docker-registry = {
image = "registry";
imageFile = registryImg;
volumes = [
"/data/dockerRegistry:/var/lib/registry"
"/run/dbus:/run/dbus:ro"
"/etc/localtime:/etc/localtime:ro"
];
ports = ["0.0.0.0:5000:5000"];
# networks = [ "meow" ];
};
};
networking.firewall = {
allowedTCPPorts = [
5000
];
allowedUDPPortRanges = [];
};
services.caddy = pkgs.lib.mkIf config.services.caddy.enable {
virtualHosts."https://reg.h.doloro.co.uk".extraConfig = ''
reverse_proxy :5000
'';
};
};
};
}
+3 -3
View File
@@ -8,10 +8,10 @@
ssh = { ssh = {
enable = true; enable = true;
enableDefaultConfig = false; enableDefaultConfig = false;
settings = { matchBlocks = {
"*" = { "*" = {
AddKeysToAgent = "yes"; addKeysToAgent = "yes";
IdentityFile = [ identityFile = [
"~/.ssh/id_ed25519" "~/.ssh/id_ed25519"
"~/.ssh/id_gitea_scug" "~/.ssh/id_gitea_scug"
]; ];
+11 -6
View File
@@ -3,7 +3,8 @@
modules, modules,
inputs, inputs,
... ...
}: { }:
{
flake-file.inputs = { flake-file.inputs = {
stylix = { stylix = {
url = "github:nix-community/stylix"; url = "github:nix-community/stylix";
@@ -11,9 +12,11 @@
}; };
}; };
modules.stylix = { modules.stylix = {
homeManager = {pkgs, ...}: { homeManager =
imports = [inputs.stylix.homeModules.stylix]; { pkgs, ... }:
# gtk.gtk4.theme = null; {
imports = [ inputs.stylix.homeModules.stylix ];
gtk.gtk4.theme = null;
stylix = { stylix = {
enable = true; enable = true;
autoEnable = false; autoEnable = false;
@@ -29,8 +32,10 @@
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml"; base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
}; };
}; };
nixos = {pkgs, ...}: { nixos =
imports = [inputs.stylix.nixosModules.stylix]; { pkgs, ... }:
{
imports = [ inputs.stylix.nixosModules.stylix ];
stylix.enable = false; stylix.enable = false;
stylix.autoEnable = false; stylix.autoEnable = false;
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml"; stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-hard.yaml";
+1 -1
View File
@@ -6,7 +6,7 @@
}: }:
{ {
flake-file.inputs = { flake-file.inputs = {
x1e-kernel.url = "git+https://git.scug.io/nikkuss/x1e-nixos.git"; x1e-kernel.url = "git+https://git.scug.io/doloro/x1e-nixos.git?ref=bump-7.1-rc1";
}; };
modules.surface-patches = { modules.surface-patches = {
nixos = nixos =
+7 -9
View File
@@ -1,10 +1,9 @@
{modules, ...}: { { modules, ... }:
{
modules.tmux = { modules.tmux = {
homeManager = { homeManager =
home, { home, pkgs, ... }:
pkgs, {
...
}: {
programs.tmux = { programs.tmux = {
enable = true; enable = true;
plugins = with pkgs.tmuxPlugins; [ plugins = with pkgs.tmuxPlugins; [
@@ -12,11 +11,10 @@
minimal-tmux-status minimal-tmux-status
]; ];
extraConfig = '' extraConfig = ''
set-option -g default-terminal "tmux-256color" set-option -g default-terminal "xterm-256color"
set -as terminal-features ",xterm-256color:RGB" set -a terminal-features "xterm-256color:RGB"
set -g status-bg black set -g status-bg black
set -g status-fg white set -g status-fg white
set -g mouse on
''; '';
}; };
}; };
+1 -1
View File
@@ -8,7 +8,7 @@
enable = true; enable = true;
settings = { settings = {
default_session = { default_session = {
command = "${pkgs.tuigreet}/bin/tuigreet --sessions ${config.services.displayManager.sessionData.desktops}/share/xsessions:${config.services.displayManager.sessionData.desktops}/share/wayland-sessions --remember --remember-user-session --greeting 'meow meow meow' --time"; command = "${pkgs.greetd.tuigreet}/bin/tuigreet --sessions ${config.services.xserver.displayManager.sessionData.desktops}/share/xsessions:${config.services.xserver.displayManager.sessionData.desktops}/share/wayland-sessions --remember --remember-user-session --greeting 'meow meow meow' --time";
user = "greeter"; user = "greeter";
}; };
}; };
-11
View File
@@ -1,11 +0,0 @@
{modules, ...}: {
modules.unity = {
homeManager = {pkgs, ...}: {
home.packages = [pkgs.unityhub pkgs.alcom pkgs.unityhub.fhsEnv];
home.file."unityExec" = {
source = "${pkgs.unityhub}/bin/unityhub";
recursive = true;
};
};
};
}
-1
View File
@@ -7,7 +7,6 @@
users.users.${user.userName} = { users.users.${user.userName} = {
extraGroups = [ extraGroups = [
"wheel" "wheel"
"libvirtd"
"networkmanager" "networkmanager"
]; ];
}; };
-15
View File
@@ -1,15 +0,0 @@
{
modules,
den,
inputs,
...
}: {
flake-file.inputs = {
nixos-wsl.url = "github:nix-community/NixOS-WSL";
};
modules.wsl = {
nixos = {
imports = [inputs.nixos-wsl.nixosModules.default];
};
};
}
Generated
+234 -418
View File
File diff suppressed because it is too large Load Diff
+3 -7
View File
@@ -30,13 +30,9 @@
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release"; nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";
nixos-hardware.url = "github:NixOS/nixos-hardware/master"; nixpkgs.url = "https://channels.nixos.org/nixpkgs-unstable/nixexprs.tar.xz";
nixos-raspberrypi.url = "github:nvmd/nixos-raspberrypi/main";
nixos-wsl.url = "github:nix-community/NixOS-WSL";
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
nixvim.url = "github:nix-community/nixvim"; nixvim.url = "github:nix-community/nixvim";
omp-nix.url = "git+https://git.molez.org/mandlm/omp-nix?ref=main"; raspberry-pi-nix.url = "github:nix-community/raspberry-pi-nix";
raspberry-pi-nix.url = "github:cmyk/raspberry-pi-nix";
sops-nix = { sops-nix = {
url = "github:Mic92/sops-nix"; url = "github:Mic92/sops-nix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
@@ -46,7 +42,7 @@
url = "github:nix-community/stylix"; url = "github:nix-community/stylix";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
x1e-kernel.url = "git+https://git.scug.io/nikkuss/x1e-nixos.git"; x1e-kernel.url = "git+https://git.scug.io/doloro/x1e-nixos.git?ref=bump-7.1-rc1";
zen-browser = { zen-browser = {
url = "github:youwen5/zen-browser-flake"; url = "github:youwen5/zen-browser-flake";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";