Compare commits

..

No commits in common. "387b531fbb80e56ee1f35cd1fbfe249b8cdde48d" and "a5102c92d058a32850870457c53cafed6ab8ef43" have entirely different histories.

2 changed files with 41 additions and 9 deletions

View File

@ -118,11 +118,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1695108154, "lastModified": 1693208669,
"narHash": "sha256-gSg7UTVtls2yO9lKtP0yb66XBHT1Fx5qZSZbGMpSn2c=", "narHash": "sha256-hHFaaUsZ860wvppPeiu7nJn/nXZjJfnqAQEu9SPFE9I=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "07682fff75d41f18327a871088d20af2710d4744", "rev": "5bac4a1c06cd77cf8fc35a658ccb035a6c50cd2c",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -134,11 +134,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1694062546, "lastModified": 1697009197,
"narHash": "sha256-PiGI4f2BGnZcedP6slLjCLGLRLXPa9+ogGGgVPfGxys=", "narHash": "sha256-viVRhBTFT8fPJTb1N3brQIpFZnttmwo3JVKNuWRVc3s=",
"owner": "NixOS", "owner": "NixOS",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "b200e0df08f80c32974a6108ce431d8a8a5e6547", "rev": "01441e14af5e29c9d27ace398e6dd0b293e25a54",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -150,11 +150,11 @@
}, },
"nixpkgs_2": { "nixpkgs_2": {
"locked": { "locked": {
"lastModified": 1697226376, "lastModified": 1693428224,
"narHash": "sha256-cumLLb1QOUtWieUnLGqo+ylNt3+fU8Lcv5Zl+tYbRUE=", "narHash": "sha256-FWUUlhYqkGEySUD0blTADRiDQ7fw+H1ikivfu88uy+w=",
"owner": "NixOs", "owner": "NixOs",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "898cb2064b6e98b8c5499f37e81adbdf2925f7c5", "rev": "841889913dfd06a70ffb39f603e29e46f45f0c1a",
"type": "github" "type": "github"
}, },
"original": { "original": {

View File

@ -140,6 +140,38 @@ in
theme = "solarized"; theme = "solarized";
}; };
emacs = {
enable = true;
package = pkgs.emacs-gtk;
extraPackages = epkgs: with epkgs; with melpaStablePackages; [
nix-mode
rust-mode
pdf-tools
dune
tuareg
idris-mode
multi-vterm
org-superstar
org-fragtog
visual-fill
writeroom-mode
solarized-theme
doom-modeline
all-the-icons-dired
page-break-lines
all-the-icons
dashboard
vterm
undo-fu
latex-math-preview
haskell-mode
evil-surround
evil-org
evil-commentary
evil
];
};
git = { git = {
enable = true; enable = true;
userName = "Rachel Lambda Samuelsson"; userName = "Rachel Lambda Samuelsson";