Compare commits

...

4 commits

Author SHA1 Message Date
cf978bc42e Gimme immich 2025-06-29 13:58:46 -05:00
bf73f861f3 Pull in my upstream changes! 2025-06-29 13:58:46 -05:00
Benson Chu
1556bc8aa4 Set toggle key 2025-06-25 16:15:58 -05:00
Benson Chu
3242c4d0a7 whoo! fastfetch! 2025-06-25 16:15:58 -05:00
5 changed files with 16 additions and 20 deletions

View file

@ -11,16 +11,9 @@ inputs:
});
})
(final: prev:
let
emacs-with-xrandr = final.emacs-unstable.overrideAttrs (
oa: {
buildInputs = oa.buildInputs ++ [ prev.xorg.libXrandr ];
}
);
in {
(final: prev: {
myEmacs =
((prev.emacsPackagesFor emacs-with-xrandr)
((prev.emacsPackagesFor final.emacs-unstable)
.emacsWithPackages (epkgs: with epkgs; [
treesit-grammars.with-all-grammars
mu4e

View file

@ -8,11 +8,11 @@
"nixpkgs-stable": "nixpkgs-stable"
},
"locked": {
"lastModified": 1749806554,
"narHash": "sha256-mvvQ8dcGJTmUfudSD8i0Wd4uiQpjcKjDPX9ruEbYK2k=",
"lastModified": 1750523034,
"narHash": "sha256-4jYxNHn/9iyAANAXc3pkhhNeTyAJISshP3lgjH9l70o=",
"owner": "nix-community",
"repo": "emacs-overlay",
"rev": "d2fb39a8ecf7610891cbc64cff05588308c5166a",
"rev": "7a26e0974d0a1dd5d295a80f533814206d78523f",
"type": "github"
},
"original": {
@ -79,11 +79,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1737165118,
"narHash": "sha256-s40Kk/OulP3J/1JvC3VT16U4r/Xw6Qdi7SRw3LYkPWs=",
"lastModified": 1750330365,
"narHash": "sha256-hJ7XMNVsTnnbV2NPmStCC07gvv5l2x7+Skb7hyUzazg=",
"owner": "nixos",
"repo": "nixpkgs",
"rev": "6a3ae7a5a12fb8cac2d59d7df7cbd95f9b2f0566",
"rev": "d883b6213afa179b58ba8bace834f1419707d0ad",
"type": "github"
},
"original": {
@ -95,11 +95,11 @@
},
"nixpkgs-stable": {
"locked": {
"lastModified": 1749668643,
"narHash": "sha256-gaWJEWGBW/g1u6o5IM4Un0vluv86cigLuBnjsKILffc=",
"lastModified": 1750330365,
"narHash": "sha256-hJ7XMNVsTnnbV2NPmStCC07gvv5l2x7+Skb7hyUzazg=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1965fd20a39c8e441746bee66d550af78f0c0a7b",
"rev": "d883b6213afa179b58ba8bace834f1419707d0ad",
"type": "github"
},
"original": {

View file

@ -40,6 +40,8 @@
# '')
roboto-mono
fastfetch
rizin radare2 cutter
ripgrep
git

View file

@ -46,6 +46,7 @@
musescore
unstable.spotify
pulseaudio
immich-cli
];
};
@ -138,7 +139,7 @@
environment.systemPackages = with pkgs; [
pavucontrol
unstable.rustdesk
# unstable.rustdesk
tarsnap
# (pkgs.callPackage /home/benson/workspace/peter-nixos/mfcl2690dw/default.nix { } )
clasp

View file

@ -1 +1 @@
setxkbmap -I. neo_dvorak -print | xkbcomp -I. - $DISPLAY
setxkbmap -I. neo_dvorak -option grp:ctrls_toggle -print | xkbcomp -I. - $DISPLAY