push
This commit is contained in:
@@ -2,6 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [
|
imports = [
|
||||||
|
/etc/nixos/hardware-configuration.nix
|
||||||
./nix.nix
|
./nix.nix
|
||||||
./user.nix
|
./user.nix
|
||||||
./audio.nix
|
./audio.nix
|
||||||
|
|||||||
@@ -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";
|
|
||||||
}
|
}
|
||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user