nixos-anywhere test
This commit is contained in:
parent
cc9dbac99e
commit
58f64684c9
6 changed files with 48 additions and 23 deletions
|
|
@ -1,4 +1,3 @@
|
|||
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
|
|
@ -6,7 +5,7 @@
|
|||
...
|
||||
}: {
|
||||
imports = [
|
||||
# ./disko.nix
|
||||
./disko.nix
|
||||
./hardware-configuration.nix
|
||||
./vfio.nix
|
||||
];
|
||||
|
|
@ -35,6 +34,9 @@
|
|||
];
|
||||
};
|
||||
networking.networkmanager.enable = true;
|
||||
programs.bash.shellAliases = {
|
||||
fuck = "you";
|
||||
};
|
||||
|
||||
time.timeZone = "Europe/Istanbul";
|
||||
programs.hyprland = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue