Skip to content

Commit

Permalink
downgrade emacs on Clownfish for the time being
Browse files Browse the repository at this point in the history
  • Loading branch information
dszakallas committed Jan 31, 2025
1 parent a40b61c commit a0afd23
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions hosts/dszakallas--Clownfish/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
{ self, davids-dotfiles, ... }:
let myUsername = "dszakallas";
in {
let
myUsername = "dszakallas";
in
{
imports = [
davids-dotfiles.systemModules.default
davids-dotfiles.darwinModules.default
Expand All @@ -9,8 +11,11 @@ in {

davids.emacs = {
enable = true;
version = "30";
version = "29";
};

nix.settings.trusted-users = [ "root" myUsername ];
nix.settings.trusted-users = [
"root"
myUsername
];
}

0 comments on commit a0afd23

Please sign in to comment.