Compare commits

..

No commits in common. "147a19d2e8c6ca3116ac60fe793485d63747ae03" and "dc3094007495edf35b3c96662ea653534d4b8637" have entirely different histories.

8 changed files with 13 additions and 47 deletions

View file

@ -1,25 +0,0 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{
imports =
[ (modulesPath + "/installer/scan/not-detected.nix")
];
boot.initrd.availableKernelModules = [ "nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod" ];
boot.initrd.kernelModules = [ ];
boot.kernelModules = [ "kvm-amd" ];
boot.extraModulePackages = [ ];
# Enables DHCP on each ethernet and wireless interface. In case of scripted networking
# (the default) this is the recommended approach. When using systemd-networkd it's
# still possible to use this option, but it's recommended to use it in conjunction
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
networking.useDHCP = lib.mkDefault true;
# networking.interfaces.enp9s0.useDHCP = lib.mkDefault true;
nixpkgs.hostPlatform = lib.mkDefault "x86_64-linux";
hardware.cpu.amd.updateMicrocode = lib.mkDefault config.hardware.enableRedistributableFirmware;
}

View file

@ -7,10 +7,6 @@
#probe-rs
#cargo-binutils
bc
jq
xorg.xrandr
btop
feh
@ -18,7 +14,7 @@
hyfetch
enpass
webcord
# obsidian
obsidian
kicad
];

View file

@ -9,7 +9,6 @@
./firefox.nix
./kitty.nix
./steam.nix
./thunar.nix
./thunderbird.nix
];

View file

@ -5,10 +5,6 @@
programs.vscode = {
enable = true;
package = pkgs.vscodium;
userSettings = {
"[nix]"."editor.tabSize" = 2;
};
extensions = with pkgs.vscode-extensions; [
# System
bbenoist.nix

View file

@ -3,7 +3,6 @@
home-manager.users.willifan = {
wayland.windowManager.hyprland = {
enable = true;
systemd.variables = ["--all"];
settings = {
misc = {

View file

@ -21,24 +21,31 @@
{
profile.name = "home";
profile.outputs = [
{
criteria = "eDP-1";
mode = "2256x1504";
position = "0,384";
scale = 1.6;
transform = "normal";
}
{
criteria = "ViewSonic Corporation VX2705-2KP W6Z205100250";
mode = "2560x1440";
position = "0,384";
position = "1410,384";
scale = 1.25;
transform = "normal";
}
{
criteria = "ViewSonic Corporation VX2705-2KP W6Z210400766";
mode = "2560x1440@143.91Hz";
position = "2048,384";
position = "3457,384";
scale = 1.25;
transform = "normal";
}
{
criteria = "BNQ BenQ BL2283 CAM01567019";
mode = "1920x1080";
position = "4096,0";
position = "5505,0";
scale = 1.0;
transform = "270";
}

View file

@ -1,6 +0,0 @@
{ pkgs, home-manager, ... }:
{
programs.steam.enable = true;
hardware.steam-hardware.enable = true;
}

View file

@ -1,6 +1,6 @@
{ ... }:
{
username = "willifan";
hostname = "Puenktchen";
hostname = "Lenni";
email = "willifan@proton.me";
}
}