This commit is contained in:
4DBug
2025-03-23 13:45:37 -05:00
parent 50b0638323
commit b27f84c4ec
3 changed files with 5 additions and 8 deletions

View File

@@ -2,6 +2,7 @@
{
imports = [
/etc/nixos/hardware-configuration.nix
./nix.nix
./user.nix
./audio.nix

View File

@@ -1,11 +1,7 @@
{ config, lib, pkgs, ... }:
{ ... }:
{
imports = [
./hardware-configuration.nix
/home/bug/nix/main.nix
./main.nix
];
# nix os release version
system.stateVersion = "24.11";
}
}

View File

@@ -23,7 +23,7 @@
programs = {
bash.shellAliases = {
fetch = "fastfetch --file ~/Pictures/Ansi/nix.ans";
fetch = "fastfetch --file ~/Pictures/Ansi/nix.logo";
neofetch = "fetch";
rebuild = "sudo nixos-rebuild switch --impure && home-manager switch --impure";