* move custom kernel to separate file (it dont work on Swordsmachine (it's nvidia (i hate nvidia)))
* add hypridle, hyprlock (primitive config), swaybg
This commit is contained in:
parent
25e91205fe
commit
3fa1c97cc8
5 changed files with 326 additions and 278 deletions
|
|
@ -1,12 +1,6 @@
|
|||
{ inputs, config, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.chaotic.nixosModules.nyx-cache
|
||||
inputs.chaotic.nixosModules.nyx-overlay
|
||||
inputs.chaotic.nixosModules.nyx-registry
|
||||
];
|
||||
|
||||
boot = {
|
||||
loader = {
|
||||
systemd-boot = {
|
||||
|
|
@ -16,8 +10,6 @@
|
|||
};
|
||||
efi.canTouchEfiVariables = true;
|
||||
};
|
||||
|
||||
kernelPackages = pkgs.linuxPackages_cachyos;
|
||||
};
|
||||
|
||||
services.scx = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue