nixos-dotfiles

nixos-dotfiles

https://git.tonybtw.com/nixos-dotfiles.git git://git.tonybtw.com/nixos-dotfiles.git

updates

Commit
ec50dc8f07eb24ac5aa2d7b91b670caee67703c5
Parent
9865947
Author
tonybtw <tonybtw@tonybtw.com>
Date
2025-11-23 06:11:36

Diff

diff --git a/config/bashrc b/config/bashrc
index f2dd505..786e451 160000
--- a/config/bashrc
+++ b/config/bashrc
@@ -1 +1 @@
-Subproject commit f2dd505edcbdea2fec62f4602ac671d4085f381f
+Subproject commit 786e451ab77ea5ac45f0cbf2c93804342c6d0fad
diff --git a/flake.nix b/flake.nix
index d798f76..7961c14 100644
--- a/flake.nix
+++ b/flake.nix
@@ -72,7 +72,6 @@
       specialArgs = {inherit unstable_pkgs oxwm;};
       modules = [
         ./configuration.nix
-        ./irc.nix
         # ./modules/noctalia.nix
         oxwm.nixosModules.default
         # nwm.nixosModules.default
diff --git a/home.nix b/home.nix
index 5bc39a8..d6c02bb 100644
--- a/home.nix
+++ b/home.nix
@@ -55,7 +55,7 @@ in {
     })
     configs;
 
-  home.file.".bashrc".source = ./config/bashrc/.bashrc;
+  home.file.".bashrc".source = ./config/bashrc/bashrc;
 
   home.packages = with pkgs; [
     rustc