mirror of
https://github.com/Ascyii/nixos.git
synced 2026-01-01 06:44:26 -05:00
Minors
This commit is contained in:
@@ -1,41 +1,41 @@
|
||||
{ pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
|
||||
./../../user/users.nix
|
||||
./../../user/users.nix
|
||||
|
||||
./../../modules/essential.nix
|
||||
./../../modules/common/sops.nix
|
||||
./../../modules/essential.nix
|
||||
./../../modules/common/sops.nix
|
||||
|
||||
./../../modules/hardware/xremap.nix
|
||||
./../../modules/hardware/boot.nix
|
||||
./../../modules/hardware/xremap.nix
|
||||
./../../modules/hardware/boot.nix
|
||||
|
||||
./../../modules/graphics/workstation.nix
|
||||
./../../modules/graphics/workstation.nix
|
||||
|
||||
./../../modules/laptop/powersave.nix
|
||||
./../../modules/laptop/battery.nix
|
||||
./../../modules/laptop/powersave.nix
|
||||
./../../modules/laptop/battery.nix
|
||||
|
||||
./../../modules/services/webdav.nix
|
||||
./../../modules/services/scanning.nix
|
||||
];
|
||||
./../../modules/services/webdav.nix
|
||||
./../../modules/services/scanning.nix
|
||||
];
|
||||
|
||||
networking.hostName = "thinix";
|
||||
batMode = "double";
|
||||
networking.hostName = "thinix";
|
||||
batMode = "double";
|
||||
# Cannot have this and tlp
|
||||
#services.power-profiles-daemon.enable = true;
|
||||
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryPackage = with pkgs; pinentry-all;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
programs.gnupg.agent = {
|
||||
enable = true;
|
||||
pinentryPackage = with pkgs; pinentry-all;
|
||||
enableSSHSupport = true;
|
||||
};
|
||||
|
||||
swapDevices = [
|
||||
{
|
||||
device = "/swapfile";
|
||||
size = 4096;
|
||||
}
|
||||
];
|
||||
swapDevices = [{
|
||||
device = "/swapfile";
|
||||
size = 4096;
|
||||
}];
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
system.stateVersion = "24.11";
|
||||
}
|
||||
|
||||
@@ -6,14 +6,11 @@
|
||||
NIXOS_OZONE_WL = "1";
|
||||
QT_QPA_PLATFORMTHEME = "qt6ct";
|
||||
QT_STYLE_OVERRIDE = "kvantum";
|
||||
QT_QPA_PLATFORM="xcb";
|
||||
QT_QPA_PLATFORM = "xcb";
|
||||
};
|
||||
};
|
||||
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
nerd-fonts.fira-code
|
||||
];
|
||||
fonts.packages = with pkgs; [ nerd-fonts.fira-code ];
|
||||
|
||||
services.xserver.displayManager.gdm.enable = true; # We are pre 25.11
|
||||
|
||||
|
||||
@@ -7,5 +7,5 @@
|
||||
hardware.sane.disabledDefaultBackends = [ "escl" ];
|
||||
services.udev.packages = [ pkgs.sane-airscan ];
|
||||
services.avahi.enable = true;
|
||||
services.avahi.nssmdns = true;
|
||||
services.avahi.nssmdns4 = true;
|
||||
}
|
||||
|
||||
@@ -11,9 +11,15 @@
|
||||
ffmpeg
|
||||
|
||||
pavucontrol
|
||||
android-tools
|
||||
iamb
|
||||
sdkmanager
|
||||
air
|
||||
nmap
|
||||
wakeonlan
|
||||
wiki-tui
|
||||
ansible
|
||||
terraform
|
||||
android-tools
|
||||
|
||||
vscode
|
||||
|
||||
|
||||
Reference in New Issue
Block a user