can you now stop making noice nix please stop complaining

This commit is contained in:
2025-12-12 01:38:45 +00:00
parent 92d70ee2fc
commit c22a16c4ea
11 changed files with 63 additions and 24 deletions

View File

@@ -8,11 +8,11 @@
... ...
}: }:
let let
caelestia-cli = inputs.caelestia-cli.packages.${pkgs.system}.caelestia-cli; caelestia-cli = inputs.caelestia-cli.packages.${pkgs.stdenv.hostPlatform.system}.caelestia-cli;
hypr-package = inputs.hyprland.packages.${pkgs.system}.hyprland; hypr-package = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.hyprland;
hypr-portal = inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland; hypr-portal = inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland;
hypr-split = inputs.hyprland-hyprsplit.packages.${pkgs.system}.split-monitor-workspaces; hypr-split = inputs.hyprland-hyprsplit.packages.${pkgs.stdenv.hostPlatform.system}.split-monitor-workspaces;
#hyprscrolling = inputs.hyprland-plugins.packages.${pkgs.system}.hyprscrolling; #hyprscrolling = inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprscrolling;
mod = "Alt"; mod = "Alt";
terminal = "footclient"; terminal = "footclient";
fileManager = "dolphin"; fileManager = "dolphin";

View File

@@ -42,7 +42,7 @@
biggerStreamPreview = { biggerStreamPreview = {
enable = true; enable = true;
}; };
clearURLs = { clearUrLs = {
enable = true; enable = true;
}; };
copyFileContents = { copyFileContents = {

View File

@@ -26,7 +26,7 @@
extraPortals = with pkgs; [ extraPortals = with pkgs; [
xdg-desktop-portal-wlr xdg-desktop-portal-wlr
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
inputs.hyprland.packages.${pkgs.system}.xdg-desktop-portal-hyprland inputs.hyprland.packages.${pkgs.stdenv.hostPlatform.system}.xdg-desktop-portal-hyprland
kdePackages.xdg-desktop-portal-kde kdePackages.xdg-desktop-portal-kde
]; ];
}; };

44
flake.lock generated
View File

@@ -754,6 +754,27 @@
"type": "github" "type": "github"
} }
}, },
"jovian": {
"inputs": {
"nix-github-actions": "nix-github-actions",
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1765365489,
"narHash": "sha256-L0uvs+o8P5JzEcTPe2WPA48+0ZiO6+8nlfh7XSjQql4=",
"owner": "Jovian-Experiments",
"repo": "Jovian-NixOS",
"rev": "ddf5db234397043a8af5c38433b5ae933d660f27",
"type": "github"
},
"original": {
"owner": "Jovian-Experiments",
"repo": "Jovian-NixOS",
"type": "github"
}
},
"nix-alien": { "nix-alien": {
"inputs": { "inputs": {
"flake-compat": "flake-compat_2", "flake-compat": "flake-compat_2",
@@ -810,6 +831,28 @@
"type": "github" "type": "github"
} }
}, },
"nix-github-actions": {
"inputs": {
"nixpkgs": [
"jovian",
"nixpkgs"
]
},
"locked": {
"lastModified": 1729697500,
"narHash": "sha256-VFTWrbzDlZyFHHb1AlKRiD/qqCJIripXKiCSFS8fAOY=",
"owner": "zhaofengli",
"repo": "nix-github-actions",
"rev": "e418aeb728b6aa5ca8c5c71974e7159c2df1d8cf",
"type": "github"
},
"original": {
"owner": "zhaofengli",
"ref": "matrix-name",
"repo": "nix-github-actions",
"type": "github"
}
},
"nix-index-database": { "nix-index-database": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@@ -1122,6 +1165,7 @@
"hyprland": "hyprland", "hyprland": "hyprland",
"hyprland-hyprsplit": "hyprland-hyprsplit", "hyprland-hyprsplit": "hyprland-hyprsplit",
"hyprland-plugins": "hyprland-plugins", "hyprland-plugins": "hyprland-plugins",
"jovian": "jovian",
"nix-alien": "nix-alien", "nix-alien": "nix-alien",
"nix-colors": "nix-colors", "nix-colors": "nix-colors",
"nix-index-database": "nix-index-database_2", "nix-index-database": "nix-index-database_2",

View File

@@ -61,7 +61,7 @@ in
############################ ############################
# Experimental (inputs) # Experimental (inputs)
############################ ############################
# inputs.ladybird.packages."${pkgs.system}".ladybird # inputs.ladybird.packages."${pkgs.stdenv.hostPlatform.system}".ladybird
# ########################## # ##########################
# Examples (disabled) # Examples (disabled)

View File

@@ -86,7 +86,7 @@ in
# }; # };
#}; #};
#extensions = [ #extensions = [
# (inputs.vicinae.mkVicinaeExtension.${pkgs.system} { # (inputs.vicinae.mkVicinaeExtension.${pkgs.stdenv.hostPlatform.system} {
# inherit pkgs; # inherit pkgs;
# name = "extension-name"; # name = "extension-name";
# src = pkgs.fetchFromGitHub { # src = pkgs.fetchFromGitHub {
@@ -211,8 +211,8 @@ in
zed-editor zed-editor
# Language tooling from inputs # Language tooling from inputs
#inputs.qs-qml.packages.${pkgs.system}.qml-ts-mode #inputs.qs-qml.packages.${pkgs.stdenv.hostPlatform.system}.qml-ts-mode
#inputs.qs-qml.packages.${pkgs.system}.tree-sitter-qmljs #inputs.qs-qml.packages.${pkgs.stdenv.hostPlatform.system}.tree-sitter-qmljs
############################ ############################
# Game Dev / Engines # Game Dev / Engines
@@ -273,13 +273,13 @@ in
############################ ############################
# Experimental (inputs) # Experimental (inputs)
############################ ############################
#inputs.ladybird.packages."${pkgs.system}".ladybird #inputs.ladybird.packages."${pkgs.stdenv.hostPlatform.system}".ladybird
#inputs.hyprlauncher.packages.${pkgs.system}.default #inputs.hyprlauncher.packages.${pkgs.stdenv.hostPlatform.system}.default
############################ ############################
# Blockchain (inputs) # Blockchain (inputs)
############################ ############################
#inputs.caelestia-cli.packages.${pkgs.system}.caelestia-cli #inputs.caelestia-cli.packages.${pkgs.stdenv.hostPlatform.system}.caelestia-cli
#inputs.caelestia.packages.${pkgs.system}.caelestia-shell #inputs.caelestia.packages.${pkgs.stdenv.hostPlatform.system}.caelestia-shell
]; ];
} }

View File

@@ -67,7 +67,7 @@ in
############################ ############################
# Experimental (inputs) # Experimental (inputs)
############################ ############################
# inputs.ladybird.packages."${pkgs.system}".ladybird # inputs.ladybird.packages."${pkgs.stdenv.hostPlatform.system}".ladybird
# ########################## # ##########################
# Examples (disabled) # Examples (disabled)

View File

@@ -7,7 +7,7 @@
... ...
}: }:
let let
#quickshellPackage = inputs.caelestia.packages.${pkgs.system}.caelestia-shell; #quickshellPackage = inputs.caelestia.packages.${pkgs.stdenv.hostPlatform.system}.caelestia-shell;
in in
{ {
#systemd.user.services.quickshell = lib.mkIf (window_manager == "hyprland") { #systemd.user.services.quickshell = lib.mkIf (window_manager == "hyprland") {

View File

@@ -76,7 +76,7 @@ in
# swaynotificationcenter # swaynotificationcenter
# inputs.ladybird.packages."${pkgs.system}".ladybird # inputs.ladybird.packages."${pkgs.stdenv.hostPlatform.system}".ladybird
# pkgs.hello # pkgs.hello
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; }) # (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })

View File

@@ -55,10 +55,5 @@ extraInstallCommands = ''
options v4l2loopback devices=2 video_nr=1,0 card_label="OBS Cam","phone cam" exclusive_caps=1,1 options v4l2loopback devices=2 video_nr=1,0 card_label="OBS Cam","phone cam" exclusive_caps=1,1
''; '';
plymouth = {
enable = false;
themePackages = [ pkgs.plymouth-matrix-theme ];
theme = "matrix";
};
}; };
} }

View File

@@ -173,7 +173,7 @@ in
# --- Nix tooling --- # --- Nix tooling ---
nil nil
nixfmt-rfc-style nixfmt-rfc-style
inputs.nix-alien.packages.${pkgs.system}.nix-alien inputs.nix-alien.packages.${pkgs.stdenv.hostPlatform.system}.nix-alien
# --- Wayland / Desktop --- # --- Wayland / Desktop ---
foot foot