update to current nixpkgs/lix
This commit is contained in:
parent
aa7a34e710
commit
8d47c4f74b
1 changed files with 4 additions and 15 deletions
19
home.nix
19
home.nix
|
@ -7,19 +7,7 @@
|
|||
/run/current-system/sw/bin/systemctl start --user sops-nix
|
||||
'';
|
||||
packages = with pkgs; [
|
||||
# # It is sometimes useful to fine-tune packages, for example, by applying
|
||||
# # overrides. You can do that directly here, just don't forget the
|
||||
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
|
||||
# # fonts?
|
||||
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
|
||||
|
||||
# # You can also create simple shell scripts directly inside your
|
||||
# # configuration. For example, this adds a command 'my-hello' to your
|
||||
# # environment:
|
||||
# (pkgs.writeShellScriptBin "my-hello" ''
|
||||
# echo "Hello, ${config.home.username}!"
|
||||
# '')
|
||||
_1password
|
||||
_1password-cli
|
||||
_1password-gui
|
||||
atkinson-hyperlegible
|
||||
alacritty
|
||||
|
@ -44,7 +32,7 @@
|
|||
just
|
||||
libreoffice
|
||||
neovide
|
||||
(nerdfonts.override { fonts = [ "Iosevka" ]; })
|
||||
nerd-fonts.iosevka
|
||||
maid
|
||||
mediainfo
|
||||
mpv
|
||||
|
@ -562,6 +550,7 @@
|
|||
};
|
||||
};
|
||||
};
|
||||
gnome-keyring.enable = true;
|
||||
playerctld.enable = true;
|
||||
swayidle = {
|
||||
enable = true;
|
||||
|
@ -618,7 +607,7 @@
|
|||
base16Scheme = "${pkgs.base16-schemes}/share/themes/everforest.yaml";
|
||||
fonts = {
|
||||
monospace = {
|
||||
package = (pkgs.nerdfonts.override { fonts = [ "Iosevka" ]; });
|
||||
package = pkgs.nerd-fonts.iosevka;
|
||||
name = "Iosevka Nerd Font";
|
||||
};
|
||||
sizes = {
|
||||
|
|
Loading…
Reference in a new issue