add chaotic nyx
This commit is contained in:
@@ -12,7 +12,6 @@
|
||||
#./gnome.nix
|
||||
#./kde.nix
|
||||
./niri/niri.nix
|
||||
|
||||
];
|
||||
|
||||
}
|
||||
|
||||
@@ -17,10 +17,6 @@
|
||||
restartIfChanged = true; # Auto-restart dms.service when dms-shell changes
|
||||
};
|
||||
|
||||
plugins = {
|
||||
|
||||
};
|
||||
|
||||
# Core features
|
||||
enableSystemMonitoring = true; # System monitoring widgets (dgop)
|
||||
enableVPN = true; # VPN management widget
|
||||
@@ -31,7 +27,6 @@
|
||||
|
||||
imports = [
|
||||
inputs.dms.nixosModules.dank-material-shell
|
||||
inputs.dms-plugin-registry.modules.default
|
||||
inputs.dms.nixosModules.greeter
|
||||
];
|
||||
|
||||
|
||||
@@ -10,11 +10,12 @@
|
||||
# Importa a configuração de hardware detectada
|
||||
./hardware-configuration.nix
|
||||
./conf/GM/imp.nix
|
||||
inputs.chaotic.nixosModules.default
|
||||
];
|
||||
|
||||
## Configuraçãao do bootloader
|
||||
boot = {
|
||||
kernelPackages = pkgs.linuxPackages_xanmod_latest;
|
||||
kernelPackages = pkgs.linuxPackages_cachyos-lto;
|
||||
loader.systemd-boot.enable = true;
|
||||
loader.efi.canTouchEfiVariables = true;
|
||||
loader.systemd-boot.configurationLimit = 10;
|
||||
|
||||
@@ -12,11 +12,13 @@ in
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
inputs.disko.nixosModules.disko
|
||||
inputs.chaotic.nixosModules.default
|
||||
./disk-config.nix
|
||||
./config/imp.nix
|
||||
];
|
||||
|
||||
boot = {
|
||||
#kernelPackages = pkgs.linuxPackages_cachyos-lts;
|
||||
loader = {
|
||||
systemd-boot.enable = true;
|
||||
efi = {
|
||||
@@ -88,7 +90,6 @@ in
|
||||
settings = lib.importTOML "${config.programs.starship.package}/share/starship/presets/nerd-font-symbols.toml";
|
||||
};
|
||||
|
||||
|
||||
services.getty.autologinUser = null;
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
nix.settings.experimental-features = [
|
||||
|
||||
Reference in New Issue
Block a user