Pekora: No
This commit is contained in:
parent
605af967dd
commit
1f99bce2b5
4 changed files with 21 additions and 10 deletions
18
flake.lock
generated
18
flake.lock
generated
|
@ -87,11 +87,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1730016908,
|
"lastModified": 1732482255,
|
||||||
"narHash": "sha256-bFCxJco7d8IgmjfNExNz9knP8wvwbXU4s/d53KOK6U0=",
|
"narHash": "sha256-GUffLwzawz5WRVfWaWCg78n/HrBJrOG7QadFY6rtV8A=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "e83414058edd339148dc142a8437edb9450574c8",
|
"rev": "a9953635d7f34e7358d5189751110f87e3ac17da",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -164,11 +164,11 @@
|
||||||
"plugins-typst-preview": "plugins-typst-preview"
|
"plugins-typst-preview": "plugins-typst-preview"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1730314764,
|
"lastModified": 1732575304,
|
||||||
"narHash": "sha256-f0t64L1CNt9fk5RybSzSVAfbxiN16/7n1e1AJ9RXz5k=",
|
"narHash": "sha256-0ksDSkidVOeWZtMkRp4+x3Oar3n/WKLdIuFdXQmHBqk=",
|
||||||
"owner": "kaitotlex",
|
"owner": "kaitotlex",
|
||||||
"repo": "vix1",
|
"repo": "vix1",
|
||||||
"rev": "8d6c23f9b75460f21d2853e83bde65d1eb63a0a6",
|
"rev": "4abad5c8c1abb2e07bf8da302c9fa1d45a47aaa5",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -242,11 +242,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1730261837,
|
"lastModified": 1732508213,
|
||||||
"narHash": "sha256-syeN2dLFxJ9bhsG1YnwWpwMgCttBY1S60KUrqLIrmMo=",
|
"narHash": "sha256-0rfdpRO1KnesH0XHv8mAHmfsPQXnHiwiu79sN3nCy/0=",
|
||||||
"owner": "Gerg-L",
|
"owner": "Gerg-L",
|
||||||
"repo": "spicetify-nix",
|
"repo": "spicetify-nix",
|
||||||
"rev": "1c482c8baffd494119b7f61735d35c62a0a22244",
|
"rev": "4841814c6e22958aff9dd8c68fd2153237fbf15e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -11,6 +11,11 @@
|
||||||
# Include the results of the hardware scan.
|
# Include the results of the hardware scan.
|
||||||
./hardware-configuration.nix
|
./hardware-configuration.nix
|
||||||
];
|
];
|
||||||
|
#hardware.bluetooth.setting = {
|
||||||
|
#General = {
|
||||||
|
# ClassicBondedOnly = false;
|
||||||
|
# };
|
||||||
|
#};
|
||||||
hardware.graphics.enable32Bit = true;
|
hardware.graphics.enable32Bit = true;
|
||||||
hardware.pulseaudio.support32Bit = true;
|
hardware.pulseaudio.support32Bit = true;
|
||||||
boot.initrd.luks.fido2Support = true;
|
boot.initrd.luks.fido2Support = true;
|
||||||
|
|
|
@ -77,7 +77,8 @@
|
||||||
}
|
}
|
||||||
bindsym XF86KbdBrightnessDown exec brightnessctl -d asus::kbd_backlight s 1-
|
bindsym XF86KbdBrightnessDown exec brightnessctl -d asus::kbd_backlight s 1-
|
||||||
bindsym XF86KbdBrightnessUp exec brightnessctl -d asus::kbd_backlight s +1
|
bindsym XF86KbdBrightnessUp exec brightnessctl -d asus::kbd_backlight s +1
|
||||||
bindsym XF86Tools exec suspend exec brightnessctl s 0
|
bindsym XF86Tools exec brightnessctl s 0
|
||||||
|
bindsym XF86WebCam exec systemctl sleep
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -60,6 +60,11 @@
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
tailwindcss
|
tailwindcss
|
||||||
|
|
||||||
|
typescript
|
||||||
|
typescript-language-server
|
||||||
|
live-server
|
||||||
|
tailwindcss
|
||||||
|
tailwindcss-language-server
|
||||||
nodejs_22
|
nodejs_22
|
||||||
clang
|
clang
|
||||||
macchanger
|
macchanger
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue