mirror of
https://github.com/sadan4/dotfiles.git
synced 2025-01-18 11:13:30 -05:00
55 current 2024-04-23 20:47:48 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
c8a554f465
commit
a1e2022971
2 changed files with 10 additions and 22 deletions
|
@ -78,7 +78,7 @@ services.xserver = {
|
|||
};
|
||||
programs.zsh.enable = true;
|
||||
programs.zsh.ohMyZsh.enable = true;
|
||||
programs.zsh.promptInit = "source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme";
|
||||
programs.zsh.promptInit = "source ${pkgs.zsh-powerlevel10k}/share/zsh-powerlevel10k/powerlevel10k.zsh-theme" + "\n" + "source ${pkgs.zsh-syntax-highlighting}share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh";
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
home-manager = {
|
||||
extraSpecialArgs = {inherit inputs;};
|
||||
|
|
30
build.log
30
build.log
|
@ -1,26 +1,15 @@
|
|||
warning: Git tree '/home/meyer/nixos' is dirty
|
||||
building the system configuration...
|
||||
warning: Git tree '/home/meyer/nixos' is dirty
|
||||
trace: warning: The option `services.xserver.desktopManager.plasma6.enable' defined in `/nix/store/jxkp6iv33y02frwn3nfqv7x1yc1bral8-source/boxes/desktop/configuration.nix' has been renamed to `services.desktopManager.plasma6.enable'.
|
||||
trace: warning: The option `services.xserver.displayManager.sddm.enable' defined in `/nix/store/jxkp6iv33y02frwn3nfqv7x1yc1bral8-source/boxes/desktop/configuration.nix' has been renamed to `services.displayManager.sddm.enable'.
|
||||
these 7 derivations will be built:
|
||||
/nix/store/7gapfz76n3z02smiz11ixjm6px9wbvrn-home-manager-path.drv
|
||||
/nix/store/w2i0qmf4wb9srkjh7qi8mh7gjglkzzd7-activation-script.drv
|
||||
/nix/store/2rsnr0pm4pdb4w7kaz6z70z4pmndl4g4-home-manager-generation.drv
|
||||
/nix/store/6zgizn3vp0fhj6ga8y2vpbj33bqjkn4z-unit-home-manager-meyer.service.drv
|
||||
/nix/store/c365wzin6v84j6755xnprs7s9dkgsqnk-system-units.drv
|
||||
/nix/store/183hln9r4ghsgm30dxldxin6d7pz6h46-etc.drv
|
||||
/nix/store/4skfw2x7v7binshr45zgplgmgv62z09v-nixos-system-nix-desktop-evo4b5-24.05.20240419.5c24cf2.drv
|
||||
this path will be fetched (0.04 MiB download, 0.17 MiB unpacked):
|
||||
/nix/store/f6111bml9k3piklv4026jp890qbfz307-zsh-syntax-highlighting-0.8.0
|
||||
copying path '/nix/store/f6111bml9k3piklv4026jp890qbfz307-zsh-syntax-highlighting-0.8.0' from 'https://cache.nixos.org'...
|
||||
building '/nix/store/7gapfz76n3z02smiz11ixjm6px9wbvrn-home-manager-path.drv'...
|
||||
building '/nix/store/w2i0qmf4wb9srkjh7qi8mh7gjglkzzd7-activation-script.drv'...
|
||||
building '/nix/store/2rsnr0pm4pdb4w7kaz6z70z4pmndl4g4-home-manager-generation.drv'...
|
||||
building '/nix/store/6zgizn3vp0fhj6ga8y2vpbj33bqjkn4z-unit-home-manager-meyer.service.drv'...
|
||||
building '/nix/store/c365wzin6v84j6755xnprs7s9dkgsqnk-system-units.drv'...
|
||||
building '/nix/store/183hln9r4ghsgm30dxldxin6d7pz6h46-etc.drv'...
|
||||
building '/nix/store/4skfw2x7v7binshr45zgplgmgv62z09v-nixos-system-nix-desktop-evo4b5-24.05.20240419.5c24cf2.drv'...
|
||||
trace: warning: The option `services.xserver.desktopManager.plasma6.enable' defined in `/nix/store/aa879qxxqy0wm3sbcivkrimqwjbpfcj4-source/boxes/desktop/configuration.nix' has been renamed to `services.desktopManager.plasma6.enable'.
|
||||
trace: warning: The option `services.xserver.displayManager.sddm.enable' defined in `/nix/store/aa879qxxqy0wm3sbcivkrimqwjbpfcj4-source/boxes/desktop/configuration.nix' has been renamed to `services.displayManager.sddm.enable'.
|
||||
these 3 derivations will be built:
|
||||
/nix/store/z8ar61chaq5xvy7b6b1wfi6aw2b72s1s-etc-zshrc.drv
|
||||
/nix/store/dg2raqz5d1d8h5ddqmhr98agmz01g7va-etc.drv
|
||||
/nix/store/16p9031r815n88s80c2gv014vp2a8i5g-nixos-system-nix-desktop-evo4b5-24.05.20240419.5c24cf2.drv
|
||||
building '/nix/store/z8ar61chaq5xvy7b6b1wfi6aw2b72s1s-etc-zshrc.drv'...
|
||||
building '/nix/store/dg2raqz5d1d8h5ddqmhr98agmz01g7va-etc.drv'...
|
||||
building '/nix/store/16p9031r815n88s80c2gv014vp2a8i5g-nixos-system-nix-desktop-evo4b5-24.05.20240419.5c24cf2.drv'...
|
||||
updating GRUB 2 menu...
|
||||
Warning: os-prober will be executed to detect other bootable partitions.
|
||||
Its output will be used to detect bootable binaries on them and create new boot entries.
|
||||
|
@ -36,4 +25,3 @@ activating the configuration...
|
|||
setting up /etc...
|
||||
reloading user units for meyer...
|
||||
restarting sysinit-reactivation.target
|
||||
restarting the following units: home-manager-meyer.service
|
||||
|
|
Loading…
Reference in a new issue