This commit is contained in:
Mars 2024-12-23 23:59:01 -05:00
parent 72ff41e67d
commit 023a0ca9c3
Signed by: pupbrained
GPG key ID: 0FF5B8826803F895
9 changed files with 395 additions and 350 deletions

View file

@ -94,21 +94,6 @@
},
"version": "0155b16f102957ec0c734a90979245dc1073f979"
},
"poll": {
"cargoLocks": null,
"date": null,
"extract": null,
"name": "poll",
"passthru": null,
"pinned": false,
"src": {
"name": null,
"sha256": "sha256-Weh2+C5v2ORYO8JFYzntpPmJyGseFqArByZwLpX2CCU=",
"type": "url",
"url": "https://raw.githubusercontent.com/d12frosted/homebrew-emacs-plus/master/patches/emacs-30/poll.patch"
},
"version": "latest"
},
"replay-fish": {
"cargoLocks": null,
"date": "2024-07-01",
@ -146,7 +131,7 @@
},
"sddm-theme-minesddm": {
"cargoLocks": null,
"date": "2024-12-15",
"date": "2024-12-21",
"extract": null,
"name": "sddm-theme-minesddm",
"passthru": null,
@ -158,11 +143,11 @@
"name": null,
"owner": "Davi-S",
"repo": "sddm-theme-minesddm",
"rev": "3f6d2c82b181719d95f27366fd7ebc43185b0088",
"sha256": "sha256-lkNUGmWe+R75IFbI/VX4j8c9DJk/QELxCg1D/CIsaAc=",
"rev": "df70f585ca498ccebc469b34e8ef252e0d3cbc5a",
"sha256": "sha256-NfTu+rtrJUhhtCWOzujIhrp9vI+YnEJoE/nBPttaKvY=",
"type": "github"
},
"version": "3f6d2c82b181719d95f27366fd7ebc43185b0088"
"version": "df70f585ca498ccebc469b34e8ef252e0d3cbc5a"
},
"system-appearance": {
"cargoLocks": null,

View file

@ -81,15 +81,15 @@
};
sddm-theme-minesddm = {
pname = "sddm-theme-minesddm";
version = "3f6d2c82b181719d95f27366fd7ebc43185b0088";
version = "df70f585ca498ccebc469b34e8ef252e0d3cbc5a";
src = fetchFromGitHub {
owner = "Davi-S";
repo = "sddm-theme-minesddm";
rev = "3f6d2c82b181719d95f27366fd7ebc43185b0088";
rev = "df70f585ca498ccebc469b34e8ef252e0d3cbc5a";
fetchSubmodules = false;
sha256 = "sha256-lkNUGmWe+R75IFbI/VX4j8c9DJk/QELxCg1D/CIsaAc=";
sha256 = "sha256-NfTu+rtrJUhhtCWOzujIhrp9vI+YnEJoE/nBPttaKvY=";
};
date = "2024-12-15";
date = "2024-12-21";
};
system-appearance = {
pname = "system-appearance";

View file

@ -27,7 +27,7 @@
emacs = mkCustomUrl "git+https://git.pupbrained.xyz/pupbrained/nixmacs.git";
hyprland = mkWithSubmodules "https://github.com/hyprwm/Hyprland";
hyprland-plugins = mkFollowing "hyprwm/hyprland-plugins" "hyprland";
hyprpanel = mkInput "Jas-SinghFSU/HyprPanel";
hyprpanel = mkInput "ThomasCarey4/HyprPanel-NixFix";
hyprspace = mkFollowing "KZDKM/Hyprspace" "hyprland";
hypr-dynamic-cursors = mkFollowing "VirtCode/hypr-dynamic-cursors" "hyprland";
impermanence = mkInput "nix-community/impermanence";

File diff suppressed because it is too large Load diff

View file

@ -32,7 +32,7 @@
inputs.hyprland.follows = "hyprland";
url = "github:hyprwm/hyprland-plugins";
};
hyprpanel.url = "github:Jas-SinghFSU/HyprPanel";
hyprpanel.url = "github:ThomasCarey4/HyprPanel-NixFix";
hyprspace = {
inputs.hyprland.follows = "hyprland";
url = "github:KZDKM/Hyprspace";

View file

@ -20,7 +20,7 @@ with pkgs; {
systemd.variables = ["--all"];
plugins = with inputs; [
hypr-dynamic-cursors.packages.${pkgs.system}.hypr-dynamic-cursors
#hypr-dynamic-cursors.packages.${pkgs.system}.hypr-dynamic-cursors
hyprspace.packages.${pkgs.system}.default
];
@ -65,7 +65,7 @@ with pkgs; {
modC = "SUPER CTRL";
modS = "SUPER SHIFT";
browser = "zen-bin";
browser = "zen";
colorPicker = "notify-send -i gtk-color-picker $(${lib.getExe hyprpicker} -a) 'Copied to clipboard.'";
fileManager = "nautilus";
launcher = "rofi -show drun";
@ -78,9 +78,14 @@ with pkgs; {
dwindle.preserve_split = true;
gestures.workspace_swipe = true;
plugin.dynamic-cursors = {
enabled = true;
mode = "rotate";
# plugin.dynamic-cursors = {
# enabled = true;
# mode = "rotate";
# };
cursor = {
no_hardware_cursors = 0;
use_cpu_buffer = true;
};
input.touchpad = {

View file

@ -119,7 +119,6 @@ local config = {
font = wezterm.font('Maple Mono NF'),
front_end = 'WebGpu',
keys = keybinds,
underline_position = -4,
use_fancy_tab_bar = false,
window_background_opacity = 0.8,
window_decorations = 'NONE',

View file

@ -68,7 +68,7 @@
rtkit.enable = true;
pam = {
services.login.enableGnomeKeyring = true;
services.sddm.enableGnomeKeyring = true;
loginLimits = [
{
@ -232,7 +232,7 @@
environment = {
sessionVariables = {
COSMIC_DATA_CONTROL_ENABLED = 1;
BROWSER = "zen-bin";
BROWSER = "zen";
DIRENV_WARN_TIMEOUT = "100s";
EDITOR = "nvim";
NIXOS_OZONE_WL = 1;

View file

@ -1078,95 +1078,6 @@
"disk": [
{
"index": 42,
"attached_to": 16,
"class_list": [
"disk",
"block_device",
"nvme"
],
"bus_type": {
"hex": "0096",
"name": "NVME",
"value": 150
},
"slot": {
"bus": 0,
"number": 0
},
"base_class": {
"hex": "0106",
"name": "Mass Storage Device",
"value": 262
},
"sub_class": {
"hex": "0000",
"name": "Disk",
"value": 0
},
"vendor": {
"hex": "144d",
"value": 5197
},
"sub_vendor": {
"hex": "144d",
"value": 5197
},
"device": {
"hex": "a808",
"name": "Samsung SSD 970 EVO Plus 1TB",
"value": 43016
},
"sub_device": {
"hex": "a801",
"value": 43009
},
"serial": "S6S1NG0RA02239Z",
"model": "Samsung SSD 970 EVO Plus 1TB",
"sysfs_id": "/class/block/nvme0n1",
"sysfs_bus_id": "nvme0",
"sysfs_device_link": "/devices/pci0000:00/0000:00:1b.0/0000:03:00.0/nvme/nvme0",
"unix_device_name": "/dev/nvme0n1",
"unix_device_number": {
"type": 98,
"major": 259,
"minor": 0,
"range": 0
},
"unix_device_names": [
"/dev/disk/by-diskseq/1",
"/dev/disk/by-id/nvme-Samsung_SSD_970_EVO_Plus_1TB_S6S1NG0RA02239Z",
"/dev/disk/by-id/nvme-Samsung_SSD_970_EVO_Plus_1TB_S6S1NG0RA02239Z_1",
"/dev/disk/by-id/nvme-eui.0025385a1150c740",
"/dev/disk/by-path/pci-0000:03:00.0-nvme-1",
"/dev/nvme0n1"
],
"resources": [
{
"type": "disk_geo",
"cylinders": 953869,
"heads": 64,
"sectors": 32,
"size": 0,
"geo_type": "logical"
},
{
"type": "size",
"unit": "sectors",
"value_1": 1953525168,
"value_2": 512
}
],
"driver": "nvme",
"driver_module": "nvme",
"drivers": [
"nvme"
],
"driver_modules": [
"nvme"
]
},
{
"index": 43,
"attached_to": 21,
"class_list": [
"disk",
@ -1180,7 +1091,7 @@
},
"slot": {
"bus": 0,
"number": 1
"number": 0
},
"base_class": {
"hex": "0106",
@ -1211,10 +1122,10 @@
},
"serial": "FYA7N020713207841",
"model": "HFM512GD3JX013N",
"sysfs_id": "/class/block/nvme1n1",
"sysfs_bus_id": "nvme1",
"sysfs_device_link": "/devices/pci0000:00/0000:00:06.0/0000:02:00.0/nvme/nvme1",
"unix_device_name": "/dev/nvme1n1",
"sysfs_id": "/class/block/nvme0n1",
"sysfs_bus_id": "nvme0",
"sysfs_device_link": "/devices/pci0000:00/0000:00:06.0/0000:02:00.0/nvme/nvme0",
"unix_device_name": "/dev/nvme0n1",
"unix_device_number": {
"type": 98,
"major": 259,
@ -1227,7 +1138,7 @@
"/dev/disk/by-id/nvme-HFM512GD3JX013N_FYA7N020713207841_1",
"/dev/disk/by-id/nvme-nvme.1c5c-465941374e303230373133323037383431-48464d3531324744334a583031334e-00000001",
"/dev/disk/by-path/pci-0000:02:00.0-nvme-1",
"/dev/nvme1n1"
"/dev/nvme0n1"
],
"resources": [
{
@ -1253,6 +1164,95 @@
"driver_modules": [
"nvme"
]
},
{
"index": 43,
"attached_to": 16,
"class_list": [
"disk",
"block_device",
"nvme"
],
"bus_type": {
"hex": "0096",
"name": "NVME",
"value": 150
},
"slot": {
"bus": 0,
"number": 1
},
"base_class": {
"hex": "0106",
"name": "Mass Storage Device",
"value": 262
},
"sub_class": {
"hex": "0000",
"name": "Disk",
"value": 0
},
"vendor": {
"hex": "144d",
"value": 5197
},
"sub_vendor": {
"hex": "144d",
"value": 5197
},
"device": {
"hex": "a808",
"name": "Samsung SSD 970 EVO Plus 1TB",
"value": 43016
},
"sub_device": {
"hex": "a801",
"value": 43009
},
"serial": "S6S1NG0RA02239Z",
"model": "Samsung SSD 970 EVO Plus 1TB",
"sysfs_id": "/class/block/nvme1n1",
"sysfs_bus_id": "nvme1",
"sysfs_device_link": "/devices/pci0000:00/0000:00:1b.0/0000:03:00.0/nvme/nvme1",
"unix_device_name": "/dev/nvme1n1",
"unix_device_number": {
"type": 98,
"major": 259,
"minor": 0,
"range": 0
},
"unix_device_names": [
"/dev/disk/by-diskseq/1",
"/dev/disk/by-id/nvme-Samsung_SSD_970_EVO_Plus_1TB_S6S1NG0RA02239Z",
"/dev/disk/by-id/nvme-Samsung_SSD_970_EVO_Plus_1TB_S6S1NG0RA02239Z_1",
"/dev/disk/by-id/nvme-eui.0025385a1150c740",
"/dev/disk/by-path/pci-0000:03:00.0-nvme-1",
"/dev/nvme1n1"
],
"resources": [
{
"type": "disk_geo",
"cylinders": 953869,
"heads": 64,
"sectors": 32,
"size": 0,
"geo_type": "logical"
},
{
"type": "size",
"unit": "sectors",
"value_1": 1953525168,
"value_2": 512
}
],
"driver": "nvme",
"driver_module": "nvme",
"drivers": [
"nvme"
],
"driver_modules": [
"nvme"
]
}
],
"graphics_card": [
@ -1589,7 +1589,7 @@
},
"vendor": {
"hex": "1d6b",
"name": "Linux 6.12.5-cachyos xhci-hcd",
"name": "Linux 6.12.6-cachyos xhci-hcd",
"value": 7531
},
"device": {
@ -1603,7 +1603,7 @@
"value": 0
},
"serial": "0000:00:14.0",
"model": "Linux 6.12.5-cachyos xhci-hcd xHCI Host Controller",
"model": "Linux 6.12.6-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": [
@ -1753,7 +1753,7 @@
},
"vendor": {
"hex": "1d6b",
"name": "Linux 6.12.5-cachyos xhci-hcd",
"name": "Linux 6.12.6-cachyos xhci-hcd",
"value": 7531
},
"device": {
@ -1767,7 +1767,7 @@
"value": 0
},
"serial": "0000:00:14.0",
"model": "Linux 6.12.5-cachyos xhci-hcd xHCI Host Controller",
"model": "Linux 6.12.6-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": {
@ -1826,7 +1826,7 @@
},
"vendor": {
"hex": "1d6b",
"name": "Linux 6.12.5-cachyos xhci-hcd",
"name": "Linux 6.12.6-cachyos xhci-hcd",
"value": 7531
},
"device": {
@ -1840,7 +1840,7 @@
"value": 0
},
"serial": "0000:00:0d.0",
"model": "Linux 6.12.5-cachyos xhci-hcd xHCI Host Controller",
"model": "Linux 6.12.6-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": [
@ -1909,7 +1909,7 @@
},
"vendor": {
"hex": "1d6b",
"name": "Linux 6.12.5-cachyos xhci-hcd",
"name": "Linux 6.12.6-cachyos xhci-hcd",
"value": 7531
},
"device": {
@ -1923,7 +1923,7 @@
"value": 0
},
"serial": "0000:00:0d.0",
"model": "Linux 6.12.5-cachyos xhci-hcd xHCI Host Controller",
"model": "Linux 6.12.6-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": {
@ -2424,7 +2424,7 @@
{
"type": "mem",
"base": 0,
"range": 67152105472,
"range": 67152117760,
"enabled": true,
"access": "read_write",
"prefetch": "unknown"
@ -5086,9 +5086,6 @@
"range": 1
},
"unix_device_names": [
"/dev/input/by-id/usb-SteelSeries_SteelSeries_Arctis_7-event-if05",
"/dev/input/by-path/pci-0000:00:14.0-usb-0:3.2.3:1.5-event",
"/dev/input/by-path/pci-0000:00:14.0-usbv2-0:3.2.3:1.5-event",
"/dev/input/event13"
],
"resources": [