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 = [ imports = [
/etc/nixos/hardware-configuration.nix
./nix.nix ./nix.nix
./user.nix ./user.nix
./audio.nix ./audio.nix

View File

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

View File

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