Compare commits

..

No commits in common. "e34bf65ec0852a3281165caede463ded971ab49e" and "1a39aaffcba47759fe6f35428314835f84015dca" have entirely different histories.

4 changed files with 4 additions and 17 deletions

View file

@ -40,7 +40,6 @@
vim
# terminal utilities
htop
jq
unzip
zip
;

6
flake.lock generated
View file

@ -157,11 +157,11 @@
},
"nixpkgs-unstable": {
"locked": {
"lastModified": 1767640445,
"narHash": "sha256-UWYqmD7JFBEDBHWYcqE6s6c77pWdcU/i+bwD6XxMb8A=",
"lastModified": 1765779637,
"narHash": "sha256-KJ2wa/BLSrTqDjbfyNx70ov/HdgNBCBBSQP3BIzKnv4=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "9f0c42f8bc7151b8e7e5840fb3bd454ad850d8c5",
"rev": "1306659b587dc277866c7b69eb97e5f07864d8c4",
"type": "github"
},
"original": {

View file

@ -47,14 +47,7 @@ in {
programs.emacs = {
enable = true;
package = pkgs.emacs30-pgtk;
extraPackages = epkgs: [
epkgs.vterm
epkgs.pdf-tools
epkgs.mu4e
epkgs.treesit-grammars.with-all-grammars
pkgs.lilypond
];
extraPackages = epkgs: [epkgs.vterm epkgs.pdf-tools pkgs.lilypond epkgs.mu4e];
};
};
}

View file

@ -59,7 +59,6 @@ in {
grim
wl-clipboard
slurp
pdfpc
;
inherit
@ -107,10 +106,6 @@ in {
"Mod4+Shift+a" = "exec shikanectl reload";
"Mod4+Shift+e" = ''mode "${logoutMode}"'';
"Mod4+i" = "exec emacsclient --create-frame";
"Mod4+bracketleft" = "move workspace to output left";
"Mod4+bracketright" = "move workspace to output right";
"Mod4+Shift+equal" = "move workspace to output up";
"Mod4+equal" = "move workspace to output down";
"Mod4+Control+l" = "exec ${lock}";
"XF86AudioMute" = "exec wpctl set-mute @DEFAULT_AUDIO_SINK@ toggle";
"XF86AudioLowerVolume" = "exec wpctl set-volume @DEFAULT_AUDIO_SINK@ 5%- -l 1.2";