Update default.nix

This commit is contained in:
Lucy 2024-02-28 00:08:21 +01:00 committed by GitHub
parent 4a83409eb9
commit c11180d2e7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -3,35 +3,29 @@ with lib;
with lib.my; with lib.my;
{ {
users.users.ragon = { users.users.xyno = {
name = "ragon"; name = "xyno";
home = "/Users/ragon"; home = "/Users/xyno";
}; };
environment.systemPackages = [
# myEmacs
];
homebrew = { homebrew = {
enable = true; enable = true;
brews = [ brews = [
"pam-reattach"
"cormacrelf/tap/dark-notify" "cormacrelf/tap/dark-notify"
]; ];
casks = [ casks = [
"heroic"
"hammerspoon" "hammerspoon"
"amethyst"
"android-platform-tools" "android-platform-tools"
"alfred" "alfred"
"ukelele" "ukelele"
"homebrew/cask-drivers/zsa-wally" "homebrew/cask-drivers/zsa-wally"
"lens" "lens"
"logseq"
"discord" "discord"
"finicky" "finicky"
"vlc" "vlc"
"parsec" "rectangle"
"element" "floorp"
"space-capsule"
]; ];
#masApps = { #masApps = {
# # Install Mac App Store apps (install them manually and then do `mas list` to get the id) # # Install Mac App Store apps (install them manually and then do `mas list` to get the id)
@ -54,7 +48,7 @@ with lib.my;
tmMountPath = "/tmp/timeMachineSnapshotForBorg"; tmMountPath = "/tmp/timeMachineSnapshotForBorg";
in in
{ {
enable = true; enable = false;
configurations."daedalus-ds9" = { configurations."daedalus-ds9" = {
source_directories = [ source_directories = [
# tmMountPath # tmMountPath
@ -104,8 +98,8 @@ with lib.my;
}; };
programs.gnupg.agent.enable = true; programs.gnupg.agent.enable = false;
home-manager.users.ragon = { pkgs, lib, inputs, config, ... }: home-manager.users.xyno = { pkgs, lib, inputs, config, ... }:
{ {
ragon.nvim.maximal = true; ragon.nvim.maximal = true;
@ -126,7 +120,7 @@ with lib.my;
ragon.xonsh.enable = true; ragon.xonsh.enable = true;
programs.home-manager.enable = true; programs.home-manager.enable = true;
home.stateVersion = "21.11"; home.stateVersion = "23.11";
#home.shellAliases = { #home.shellAliases = {
# v = lib.mkForce "emacsclient -t"; # v = lib.mkForce "emacsclient -t";
@ -141,7 +135,6 @@ with lib.my;
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
mosh mosh
nushell
nodePackages.pyright nodePackages.pyright
nodejs nodejs