Skip to content

Commit

Permalink
emacs+; update inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
srid committed Feb 24, 2025
1 parent 7a64125 commit 9e5aafd
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 156 deletions.
3 changes: 3 additions & 0 deletions configurations/nixos/pureintent/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ in
enable = true;
package = pkgs.netdataCloud;
};
networking.firewall.allowedTCPPorts = [
5005 # vira
];

programs.nix-ld.enable = true; # for vscode server

Expand Down
177 changes: 23 additions & 154 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@
# Neovim
nixvim.url = "github:nix-community/nixvim";
nixvim.inputs.nixpkgs.follows = "nixpkgs";
nixvim.inputs.treefmt-nix.follows = ""; # Don't care
# Emacs
nix-doom-emacs-unstraightened.url = "github:marienz/nix-doom-emacs-unstraightened";
nix-doom-emacs-unstraightened.inputs.nixpkgs.follows = "nixpkgs";
Expand Down
1 change: 1 addition & 0 deletions modules/flake-parts/nixos-flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"nix-index-database"
"nixvim"
"omnix"
"nix-doom-emacs-unstraightened"
];
};
};
Expand Down
2 changes: 1 addition & 1 deletion modules/home/darwin-only.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
imports = [
./all/zsh.nix
./all/nushell.nix
# ./all/emacs.nix
./all/emacs.nix
];
}

0 comments on commit 9e5aafd

Please sign in to comment.