Skip to content

Instantly share code, notes, and snippets.

View quiloos39's full-sized avatar
🏚️
Living in soviet missle bunker

Necdet Efe quiloos39

🏚️
Living in soviet missle bunker
  • Soviet nuclear missile bunker
View GitHub Profile
{ config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
<home-manager/nixos>
];
boot = {
{ config, pkgs, ... }:
{
imports =
[
./hardware-configuration.nix
<home-manager>
];
boot.loader.systemd-boot.enable = true;
#!/bin/bash
# MIT License
#
# Copyright (c) 2019, Necdet Efe
#
# Permission is hereby granted, free of charge, to any person obtaining a copy
# of this software and associated documentation files (the "Software"), to deal
# in the Software without restriction, including without limitation the rights
# to use, copy, modify, merge, publish, distribute, sublicense, and/or sell