updates and fixes

This commit is contained in:
Mars 2025-03-26 23:26:03 -04:00
parent 6a7197e554
commit 86a5589e63
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
11 changed files with 252 additions and 358 deletions

View file

@ -136,7 +136,7 @@
},
"sddm-theme-minesddm": {
"cargoLocks": null,
"date": "2025-01-06",
"date": "2025-03-08",
"extract": null,
"name": "sddm-theme-minesddm",
"passthru": null,
@ -148,12 +148,12 @@
"name": null,
"owner": "Davi-S",
"repo": "sddm-theme-minesddm",
"rev": "c483c1287030fd848e7439851cb9f6627ab60920",
"sha256": "sha256-uVlLPlYyvxxNgRzRrYfdIHwY0f7okKAq6NNgFzBw5TY=",
"rev": "56be28834dfdb05d678156ebd1d00c83dadfa3f4",
"sha256": "sha256-X64m9fs+a6M0cgJKCNsk2kQU43DEcwEvD/1nQ755BGE=",
"sparseCheckout": [],
"type": "github"
},
"version": "c483c1287030fd848e7439851cb9f6627ab60920"
"version": "56be28834dfdb05d678156ebd1d00c83dadfa3f4"
},
"system-appearance": {
"cargoLocks": null,

View file

@ -81,15 +81,15 @@
};
sddm-theme-minesddm = {
pname = "sddm-theme-minesddm";
version = "c483c1287030fd848e7439851cb9f6627ab60920";
version = "56be28834dfdb05d678156ebd1d00c83dadfa3f4";
src = fetchFromGitHub {
owner = "Davi-S";
repo = "sddm-theme-minesddm";
rev = "c483c1287030fd848e7439851cb9f6627ab60920";
rev = "56be28834dfdb05d678156ebd1d00c83dadfa3f4";
fetchSubmodules = false;
sha256 = "sha256-uVlLPlYyvxxNgRzRrYfdIHwY0f7okKAq6NNgFzBw5TY=";
sha256 = "sha256-X64m9fs+a6M0cgJKCNsk2kQU43DEcwEvD/1nQ755BGE=";
};
date = "2025-01-06";
date = "2025-03-08";
};
system-appearance = {
pname = "system-appearance";

View file

@ -50,17 +50,6 @@
nix-index-database = mkFollowingNixpkgs "nix-community/nix-index-database";
snowfall-flake = mkFollowingNixpkgs "snowfallorg/flake";
snowfall-lib = mkFollowingNixpkgs "snowfallorg/lib/dev";
lix = {
url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
flake = false;
};
lix-module = {
url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
inputs.nixpkgs.follows = "nixpkgs";
inputs.lix.follows = "lix";
};
};
outputs = {...} @ inputs:
@ -88,7 +77,6 @@
chaotic.nixosModules.default
cosmic.nixosModules.default
impermanence.nixosModules.impermanence
lix-module.nixosModules.default
nixos-facter-modules.nixosModules.facter
jovian.nixosModules.default
]

517
flake.lock generated

File diff suppressed because it is too large Load diff

View file

@ -40,17 +40,6 @@
hyprswitch.url = "github:h3rmt/hyprswitch/release";
impermanence.url = "github:nix-community/impermanence";
jovian.url = "github:Jovian-Experiments/Jovian-NixOS";
lix = {
flake = false;
url = "https://git.lix.systems/lix-project/lix/archive/main.tar.gz";
};
lix-module = {
inputs = {
lix.follows = "lix";
nixpkgs.follows = "nixpkgs";
};
url = "https://git.lix.systems/lix-project/nixos-module/archive/main.tar.gz";
};
niri = {
inputs.nixpkgs.follows = "nixpkgs";
url = "github:sodiboo/niri-flake";

View file

@ -47,7 +47,6 @@
firefox
glow
grc
jamesdsp
jdk21
killall
libnotify
@ -100,7 +99,7 @@
catppuccin = {
enable = true;
pointerCursor.enable = true;
pointerCursor.enable = false;
flavor = "mocha";
accent = "green";
};
@ -178,7 +177,7 @@
services = {
picom = {
enable = true;
enable = false;
backend = "glx";
fadeDelta = 5;
fade = true;
@ -211,7 +210,7 @@
};
dunst = {
enable = true;
enable = false;
settings.global = {
corner_radius = 10;
offset = "18x53";

View file

@ -79,7 +79,6 @@ with pkgs; {
decoration.rounding = 5;
dwindle.preserve_split = true;
gestures.workspace_swipe = true;
experimental.wide_color_gamut = true;
# plugin.dynamic-cursors = {
# enabled = true;
@ -104,8 +103,8 @@ with pkgs; {
];
windowrule = [
"float, ^(equibop)$"
"float, ^(org.telegram.desktop)$"
"float, class:equibop"
"float, class:org.telegram.desktop"
];
layerrule = [

View file

@ -1,6 +1,6 @@
{...}: {
services = {
cliphist.enable = true;
cliphist.enable = false;
udiskie.enable = false;
};
}

View file

@ -8,8 +8,6 @@
extensions = with pkgs.vscode-extensions; [
bbenoist.nix
catppuccin.catppuccin-vsc
catppuccin.catppuccin-vsc-icons
llvm-vs-code-extensions.vscode-clangd
kamadorueda.alejandra
mkhl.direnv

View file

@ -112,7 +112,7 @@
};
decky-loader = {
enable = true;
enable = false;
user = "marshall";
};
};
@ -389,8 +389,6 @@
daemonIOSchedClass = "idle";
daemonIOSchedPriority = 7;
package = inputs.lix-module.packages.${pkgs.system}.default;
gc = {
automatic = true;
dates = "Sat *-*-* 03:00";
@ -523,16 +521,6 @@
spice-vdagentd.enable = true;
udisks2.enable = true;
nextjs-ollama-llm-ui = {
enable = true;
};
ollama = {
enable = true;
loadModels = ["deepseek-r1:14b"];
acceleration = "cuda";
};
btrfs.autoScrub = {
enable = true;
fileSystems = ["/dev/mapper/enc"];
@ -557,8 +545,6 @@
enable = true;
videoDrivers = ["nvidia"];
displayManager.startx.enable = true;
windowManager.xmonad = {
enable = false;
enableContribAndExtras = true;

View file

@ -1285,7 +1285,7 @@
"unix_device_names": [
"/dev/disk/by-diskseq/4",
"/dev/disk/by-label/zram0",
"/dev/disk/by-uuid/48de73f5-b959-4122-b63a-76173f831409",
"/dev/disk/by-uuid/1df3d046-3ba6-4809-86e9-1318e1ff6a4b",
"/dev/zram0"
],
"resources": [
@ -1632,7 +1632,7 @@
},
"vendor": {
"hex": "1d6b",
"name": "Linux 6.13.4-cachyos xhci-hcd",
"name": "Linux 6.13.5-cachyos xhci-hcd",
"value": 7531
},
"device": {
@ -1646,7 +1646,7 @@
"value": 0
},
"serial": "0000:00:14.0",
"model": "Linux 6.13.4-cachyos xhci-hcd xHCI Host Controller",
"model": "Linux 6.13.5-cachyos xhci-hcd xHCI Host Controller",
"sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb3/3-0:1.0",
"sysfs_bus_id": "3-0:1.0",
"resources": [
@ -1796,7 +1796,7 @@
},
"vendor": {
"hex": "1d6b",
"name": "Linux 6.13.4-cachyos xhci-hcd",
"name": "Linux 6.13.5-cachyos xhci-hcd",
"value": 7531
},
"device": {
@ -1810,7 +1810,7 @@
"value": 0
},
"serial": "0000:00:14.0",
"model": "Linux 6.13.4-cachyos xhci-hcd xHCI Host Controller",
"model": "Linux 6.13.5-cachyos xhci-hcd xHCI Host Controller",
"sysfs_id": "/devices/pci0000:00/0000:00:14.0/usb4/4-0:1.0",
"sysfs_bus_id": "4-0:1.0",
"detail": {
@ -1869,7 +1869,7 @@
},
"vendor": {
"hex": "1d6b",
"name": "Linux 6.13.4-cachyos xhci-hcd",
"name": "Linux 6.13.5-cachyos xhci-hcd",
"value": 7531
},
"device": {
@ -1883,7 +1883,7 @@
"value": 0
},
"serial": "0000:00:0d.0",
"model": "Linux 6.13.4-cachyos xhci-hcd xHCI Host Controller",
"model": "Linux 6.13.5-cachyos xhci-hcd xHCI Host Controller",
"sysfs_id": "/devices/pci0000:00/0000:00:0d.0/usb1/1-0:1.0",
"sysfs_bus_id": "1-0:1.0",
"resources": [
@ -1952,7 +1952,7 @@
},
"vendor": {
"hex": "1d6b",
"name": "Linux 6.13.4-cachyos xhci-hcd",
"name": "Linux 6.13.5-cachyos xhci-hcd",
"value": 7531
},
"device": {
@ -1966,7 +1966,7 @@
"value": 0
},
"serial": "0000:00:0d.0",
"model": "Linux 6.13.4-cachyos xhci-hcd xHCI Host Controller",
"model": "Linux 6.13.5-cachyos xhci-hcd xHCI Host Controller",
"sysfs_id": "/devices/pci0000:00/0000:00:0d.0/usb2/2-0:1.0",
"sysfs_bus_id": "2-0:1.0",
"detail": {
@ -2249,7 +2249,7 @@
{
"type": "mem",
"base": 0,
"range": 67130720256,
"range": 67130712064,
"enabled": true,
"access": "read_write",
"prefetch": "unknown"
@ -2551,7 +2551,7 @@
"hex": "307a",
"value": 12410
},
"sysfs_id": "/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-0/i2c-ELAN1203:00/0018:04F3:307A.0008/input/input21",
"sysfs_id": "/devices/pci0000:00/0000:00:15.0/i2c_designware.0/i2c-1/i2c-ELAN1203:00/0018:04F3:307A.0008/input/input21",
"unix_device_names": [
"/dev/input/event18",
"/dev/input/ + handler"