Skip to content

Instantly share code, notes, and snippets.

View kativenOG's full-sized avatar
☀️

Andrea Mangrella kativenOG

☀️
View GitHub Profile
@p-alik
p-alik / etc-nixos
Last active June 5, 2024 19:52
NixOS config on Dell XPS 13 Plus 9320
# /etc/nixos/configuration.nix
{ config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
];
boot.loader.systemd-boot.enable = true;