Compare commits

...

10 Commits

Author SHA1 Message Date
Larra Emily Sarah
fc1befd14c "110 2026-01-28 15:41:34 26.05.20260123.c5296fd 6.18.7" 2026-01-28 15:41:35 +01:00
Larra Emily Sarah
9622136961 "109 2026-01-28 15:21:17 26.05.20260123.c5296fd 6.18.7" 2026-01-28 15:31:38 +01:00
Larra Emily Sarah
1a6be53dbc "109 2026-01-28 15:21:17 26.05.20260123.c5296fd 6.18.7" 2026-01-28 15:30:25 +01:00
Larra Emily Sarah
807468c9dc "109 2026-01-28 15:21:17 26.05.20260123.c5296fd 6.18.7" 2026-01-28 15:21:18 +01:00
Larra Emily Sarah
7db88db7ca "108 2026-01-28 15:09:36 26.05.20260123.c5296fd 6.18.7" 2026-01-28 15:09:37 +01:00
Larra Emily Sarah
a1d4b6cf52 "107 2026-01-28 15:02:28 26.05.20260123.c5296fd 6.18.7" 2026-01-28 15:02:29 +01:00
Larra Emily Sarah
57facb6208 "106 2026-01-28 00:20:09 26.05.20260123.c5296fd 6.18.7" 2026-01-28 00:20:10 +01:00
Larra Emily Sarah
f48a4d0a67 "105 2026-01-27 23:46:54 26.05.20260123.c5296fd 6.18.7" 2026-01-27 23:46:55 +01:00
Larra Emily Sarah
398c4bdf94 "104 2026-01-27 23:29:07 26.05.20260123.c5296fd 6.18.7" 2026-01-27 23:29:08 +01:00
Larra Emily Sarah
68148376c1 "103 2026-01-27 22:34:51 26.05.20260123.c5296fd 6.18.7" 2026-01-27 22:34:52 +01:00
3 changed files with 18 additions and 3 deletions

View File

@@ -22,6 +22,8 @@
boot.kernelPackages = pkgs.linuxPackages_latest; boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = "ArcticFox"; # Define your hostname. networking.hostName = "ArcticFox"; # Define your hostname.
# networking.wireless.enable = true; # Enables wireless support via wpa_supplicant. # networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
services.gnome.gnome-keyring.enable = true;
security.pam.services.hyprland.enableGnomeKeyring = true;
# Configure network proxy if necessary networking.proxy.default = "http://user:password@proxy:port/"; # Configure network proxy if necessary networking.proxy.default = "http://user:password@proxy:port/";
# networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain"; # networking.proxy.noProxy = "127.0.0.1,localhost,internal.domain";
@@ -87,6 +89,10 @@
services.displayManager.defaultSession = "hyprland"; services.displayManager.defaultSession = "hyprland";
services.desktopManager.plasma6.enable = true; services.desktopManager.plasma6.enable = true;
services.xserver.virtualScreen = {
x = 6400;
y = 3582;
};
#hyprland #hyprland
programs.hyprland.enable = true; programs.hyprland.enable = true;
programs.hyprland.xwayland.enable = true; programs.hyprland.xwayland.enable = true;
@@ -94,8 +100,6 @@
#programs.hyprland.withUWSM = true; #programs.hyprland.withUWSM = true;
# #
hardware.opentabletdriver.enable = true;
environment.sessionVariables.NIXOS_OZONE_WL = "1"; environment.sessionVariables.NIXOS_OZONE_WL = "1";
# Configure keymap in X11 # Configure keymap in X11

View File

@@ -14,7 +14,12 @@
boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"]; boot.initrd.availableKernelModules = ["nvme" "xhci_pci" "ahci" "usbhid" "usb_storage" "sd_mod"];
boot.kernelModules = ["kvm-amd" "amdgpu"]; boot.kernelModules = ["kvm-amd" "amdgpu"];
boot.extraModulePackages = []; boot.extraModulePackages = with config.boot.kernelPackages; [
v4l2loopback
];
boot.extraModprobeConfig = ''
options v4l2loop devices=1 video_nr=1 card_label="OBS Cam" exclusive_caps=1
'';
fileSystems."/" = { fileSystems."/" = {
device = "/dev/disk/by-uuid/50366080-c1da-4726-b930-e5cd619afaaa"; device = "/dev/disk/by-uuid/50366080-c1da-4726-b930-e5cd619afaaa";

View File

@@ -81,5 +81,11 @@
protonvpn-gui protonvpn-gui
todoist-electron todoist-electron
planify planify
kdePackages.wacomtablet
wlr-randr
nwg-displays
discord
obs-studio
hyprpolkitagent
]; ];
} }