[stitch] changes dump
This commit is contained in:
@@ -8,9 +8,9 @@
|
||||
imports =
|
||||
[ # Include the results of the hardware scan.
|
||||
./hardware-configuration.nix
|
||||
./nix-alien.nix
|
||||
./wireguard.nix
|
||||
./apps/firefox.nix
|
||||
./apps/flameshot.nix
|
||||
];
|
||||
|
||||
# Bootloader.
|
||||
@@ -22,7 +22,6 @@
|
||||
efiSupport = true;
|
||||
device = "nodev";
|
||||
gfxmodeEfi = "3440x1440";
|
||||
# font = "${pkgs.ubuntu_font_family}/share/fonts/ubuntu/UbuntuMono-R.ttf";
|
||||
font = "${pkgs.hack-font}/share/fonts/truetype/Hack-Regular.ttf";
|
||||
fontSize = 36;
|
||||
};
|
||||
@@ -42,6 +41,9 @@
|
||||
boot.supportedFilesystems = ["ntfs"];
|
||||
|
||||
networking.hostName = "nixos"; # Define your hostname.
|
||||
networking.hosts = {
|
||||
"127.0.0.1" = [ "dev.tolma.ch" ];
|
||||
};
|
||||
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||
|
||||
# Configure network proxy if necessary
|
||||
@@ -57,6 +59,8 @@
|
||||
environment.sessionVariables = rec {
|
||||
# fixing disappering cursor in alacritty - https://github.com/NixOS/nixpkgs/issues/22652
|
||||
XCURSOR_THEME = "Vimix-cursors";
|
||||
# vscode wayland
|
||||
NIXOS_OZONE_WL = 1;
|
||||
};
|
||||
|
||||
# Select internationalisation properties.
|
||||
@@ -101,6 +105,11 @@
|
||||
# Enable CUPS to print documents.
|
||||
services.printing.enable = true;
|
||||
|
||||
services.udev.packages = with pkgs; [
|
||||
platformio-core.udev
|
||||
openocd
|
||||
];
|
||||
|
||||
# Enable sound with pipewire.
|
||||
services.pulseaudio.enable = false;
|
||||
security.rtkit.enable = true;
|
||||
@@ -178,6 +187,7 @@
|
||||
environment.systemPackages = with pkgs; [
|
||||
nix-search-cli
|
||||
alacritty
|
||||
yazi
|
||||
vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
neovim
|
||||
ripgrep
|
||||
@@ -200,10 +210,12 @@
|
||||
inetutils
|
||||
pciutils
|
||||
tcpdump
|
||||
libstrangle # fps limmiter
|
||||
gparted
|
||||
inkscape
|
||||
flameshot
|
||||
thunderbird-128
|
||||
thunderbird
|
||||
vscode-fhs
|
||||
cpupower-gui
|
||||
ryzenadj
|
||||
powertop
|
||||
@@ -212,7 +224,7 @@
|
||||
python312Packages.nsz
|
||||
python312Packages.detect-secrets
|
||||
nodejs_20
|
||||
go_1_23
|
||||
go
|
||||
jdk
|
||||
linuxKernel.packages.linux_6_12.cpupower
|
||||
linuxKernel.packages.linux_6_12.ryzen-smu
|
||||
@@ -246,8 +258,8 @@
|
||||
'';
|
||||
};
|
||||
packages = with pkgs; [
|
||||
iosevka
|
||||
ubuntu_font_family
|
||||
# iosevka
|
||||
ubuntu-classic
|
||||
hack-font
|
||||
cascadia-code
|
||||
roboto-mono
|
||||
@@ -255,6 +267,7 @@
|
||||
nerd-fonts.recursive-mono
|
||||
nerd-fonts.iosevka
|
||||
nerd-fonts.symbols-only
|
||||
noto-fonts-cjk-sans
|
||||
];
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user