Compare commits
No commits in common. "f6d3c84ebbf3ceeb4b86099000f0c01fb6b3a0e8" and "e9be19a0736c9e07eb8bb84235a73c3f3c328738" have entirely different histories.
f6d3c84ebb
...
e9be19a073
2 changed files with 0 additions and 15 deletions
|
@ -10,11 +10,6 @@
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
# fzf: use ctrl+f to list files and ctrl+g to show the git log
|
# fzf: use ctrl+f to list files and ctrl+g to show the git log
|
||||||
fzf_configure_bindings --directory=\cf --git_log=\cg
|
fzf_configure_bindings --directory=\cf --git_log=\cg
|
||||||
|
|
||||||
# allows 's foo bar' for 'nix shell nixpkgs#foo nixpkgs#bar'
|
|
||||||
function s --wraps 'nix shell'
|
|
||||||
nix shell nixpkgs#$argv
|
|
||||||
end
|
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -8,17 +8,8 @@
|
||||||
# Packages useful on a desktop computer which don't require their own module
|
# Packages useful on a desktop computer which don't require their own module
|
||||||
|
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
aspell
|
|
||||||
aspellDicts.da
|
|
||||||
aspellDicts.en
|
|
||||||
aspellDicts.en-computers
|
|
||||||
aspellDicts.en-science
|
|
||||||
firefox-wayland
|
firefox-wayland
|
||||||
gimp
|
gimp
|
||||||
hunspell
|
|
||||||
hunspellDicts.da-dk
|
|
||||||
hunspellDicts.en-gb-ise
|
|
||||||
hunspellDicts.en-us
|
|
||||||
jetbrains.pycharm-professional
|
jetbrains.pycharm-professional
|
||||||
keepassxc
|
keepassxc
|
||||||
(kodi-wayland.withPackages (kodiPackages:
|
(kodi-wayland.withPackages (kodiPackages:
|
||||||
|
@ -33,7 +24,6 @@
|
||||||
tor-browser-bundle-bin
|
tor-browser-bundle-bin
|
||||||
ungoogled-chromium
|
ungoogled-chromium
|
||||||
vlc
|
vlc
|
||||||
xdg-utils
|
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
|
|
Loading…
Add table
Reference in a new issue