mirror of
https://github.com/sadan4/dotfiles.git
synced 2024-11-16 23:04:39 -05:00
84 current 2024-04-24 21:45:55 24.05.20240419.5c24cf2 6.6.28 *
This commit is contained in:
parent
eed4708fa6
commit
7499a0bf63
3 changed files with 119 additions and 11 deletions
|
@ -99,9 +99,9 @@ networking.nameservers = ["10.0.0.97"];
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
python311
|
# python311
|
||||||
python311Packages.evdev
|
# python311Packages.evdev
|
||||||
python311Packages.xlib
|
# python311Packages.xlib
|
||||||
gcc
|
gcc
|
||||||
neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
neovim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||||
curl
|
curl
|
||||||
|
|
|
@ -49,7 +49,10 @@ prismlauncher
|
||||||
#C AND CXX END
|
#C AND CXX END
|
||||||
|
|
||||||
#PYTHONSTART
|
#PYTHONSTART
|
||||||
# python311
|
(python39.withPackages(ps: with ps;[
|
||||||
|
evdev
|
||||||
|
xlib
|
||||||
|
]))
|
||||||
# python311Packages.evdev
|
# python311Packages.evdev
|
||||||
# python311Packages.xlib
|
# python311Packages.xlib
|
||||||
#PYTHONEND
|
#PYTHONEND
|
||||||
|
@ -73,13 +76,7 @@ prismlauncher
|
||||||
unzip
|
unzip
|
||||||
temurin-bin-8
|
temurin-bin-8
|
||||||
protonvpn-gui
|
protonvpn-gui
|
||||||
# # It is sometimes useful to fine-tune packages, for example, by applying
|
|
||||||
typescript
|
typescript
|
||||||
# # 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
|
# # You can also create simple shell scripts directly inside your
|
||||||
# # configuration. For example, this adds a command 'my-hello' to your
|
# # configuration. For example, this adds a command 'my-hello' to your
|
||||||
# # environment:
|
# # environment:
|
||||||
|
@ -87,7 +84,6 @@ prismlauncher
|
||||||
# echo "Hello, ${config.home.username}!"
|
# echo "Hello, ${config.home.username}!"
|
||||||
# '')
|
# '')
|
||||||
];
|
];
|
||||||
|
|
||||||
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
# Home Manager is pretty good at managing dotfiles. The primary way to manage
|
||||||
# plain files is through 'home.file'.
|
# plain files is through 'home.file'.
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|
112
build.log
112
build.log
|
@ -1,6 +1,114 @@
|
||||||
warning: Git tree '/home/meyer/nixos' is dirty
|
warning: Git tree '/home/meyer/nixos' is dirty
|
||||||
building the system configuration...
|
building the system configuration...
|
||||||
warning: Git tree '/home/meyer/nixos' is dirty
|
warning: Git tree '/home/meyer/nixos' is dirty
|
||||||
|
trace: warning: The option `services.xserver.desktopManager.plasma6.enable' defined in `/nix/store/cpwmqfa7vzkn69xanfc8y4069hdcym4m-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/cpwmqfa7vzkn69xanfc8y4069hdcym4m-source/boxes/desktop/configuration.nix' has been renamed to `services.displayManager.sddm.enable'.
|
||||||
|
these 13 derivations will be built:
|
||||||
|
/nix/store/lqwhc9vnmr0dhcijx4pp5qyny2nm2iqy-python3.9-coverage-7.4.3.drv
|
||||||
|
/nix/store/qjwwp1lph7zwf133lz9n3i04x2nwsi7c-python3.9-nose-1.3.7.drv
|
||||||
|
/nix/store/shjswyvsbwv3syn4gvj8nqsib9jplz01-python3.9-mock-5.1.0.drv
|
||||||
|
/nix/store/4wrh9fylmkyn0kmzd6zp8y8l5lrv7w1p-python3.9-xlib-0.33.drv
|
||||||
|
/nix/store/s3jq1xv2x0bb2zzq6dkh373ih1vzpg2h-python3.9-evdev-1.7.0.drv
|
||||||
|
/nix/store/8s1aqzwlx951h3qbx4zvzwvgzn940cc1-python3-3.9.19-env.drv
|
||||||
|
/nix/store/713pwf79s1p3pa1acznqzn9p4myh3p8b-home-manager-path.drv
|
||||||
|
/nix/store/zcb2cqiagdqpf10ak9visgpgwar3rx9c-activation-script.drv
|
||||||
|
/nix/store/3kd1p5x0jggghqkbp0mwpmqfyjm6c180-home-manager-generation.drv
|
||||||
|
/nix/store/vakzjp3jgc3258i8njib0qg81y2hcim8-unit-home-manager-meyer.service.drv
|
||||||
|
/nix/store/garad9pqjx5np362wwhasbxrfxnhr2hy-system-units.drv
|
||||||
|
/nix/store/gs7irgq0gbx9krvy244s12glmddfd5yh-etc.drv
|
||||||
|
/nix/store/h9jlbhf822992p7ypjy31gpy9pq02hgd-nixos-system-nix-desktop-evo4b5-24.05.20240419.5c24cf2.drv
|
||||||
|
these 39 paths will be fetched (30.96 MiB download, 97.22 MiB unpacked):
|
||||||
|
/nix/store/wvgkdqaw82m26f0b8x25v2428w4m1jnj-coverage-7.4.3.tar.gz
|
||||||
|
/nix/store/am7g0wz5i98p6kzb97w3hbsyv0q4l64y-ensure-newer-sources-hook
|
||||||
|
/nix/store/sn9v7jn23946lihrchp05gwy1lynzilb-evdev-1.7.0.tar.gz
|
||||||
|
/nix/store/n3d5cj7sy7nmbhnkccalkqskj92p26kc-glu-9.0.3-dev
|
||||||
|
/nix/store/2xxp5k55x89sy40i5piccwz9pi25qxmm-libXfont-1.5.4
|
||||||
|
/nix/store/j7vvgpvpsmszwa8pisxn1fnzk485xymm-libXfont-1.5.4-dev
|
||||||
|
/nix/store/gxawpi36qs49r28fhhjyxzr3sx7r283f-libunwind-1.8.1-dev
|
||||||
|
/nix/store/g5a2904q9x9d4da01fbp4bw16wh3m4r9-mock-5.1.0.tar.gz
|
||||||
|
/nix/store/z97qcbgi6fr16wrm9gf1jvjysmp2rjmg-nose-1.3.7.tar.gz
|
||||||
|
/nix/store/vzjhq5jgxbyfv1r3zkiln14kils42nzh-pypa-build-hook.sh
|
||||||
|
/nix/store/gpincjawkfszka31kdsi569ssap6b0qj-pypa-install-hook
|
||||||
|
/nix/store/dh94r4mfhdsmb2fh1j1pgnp24hi15rgb-pytest-check-hook
|
||||||
|
/nix/store/p6dvv02ax95bd2wr2wj1y3jr8hczhj46-python-catch-conflicts-hook
|
||||||
|
/nix/store/gbq04rqk41widrdkz92kga995b03bccq-python-imports-check-hook.sh
|
||||||
|
/nix/store/rq96953v0kdph1cms67z9jji5z3i5a6x-python-namespaces-hook.sh
|
||||||
|
/nix/store/pi5c3c1nn1bld1zjjvav5xv77inqsha8-python-output-dist-hook
|
||||||
|
/nix/store/5yfgqb7ddrz7sy3w2ds7hd85pwwqpa5i-python-remove-bin-bytecode-hook
|
||||||
|
/nix/store/4psklggia7ja8nxr4ifldnk6dkj16fgq-python-remove-tests-dir-hook
|
||||||
|
/nix/store/8bfhn348fwjfs3xrlq4l7pg6si6fzjx0-python-runtime-deps-check-hook.sh
|
||||||
|
/nix/store/p4g8jhmqsx6wqzy70n8mxr965hndj4fs-python3-3.9.19
|
||||||
|
/nix/store/lwimd6f134anazwc66vb8w0hzlb12z5l-python3.9-build-1.1.1
|
||||||
|
/nix/store/k47099hzxawm2a9kpf85ihih89ls5xpz-python3.9-exceptiongroup-1.2.0
|
||||||
|
/nix/store/68qv48bj9w5i39p34n92rq3yhbap9741-python3.9-iniconfig-2.0.0
|
||||||
|
/nix/store/1q8r0p9idmabfisvad2lw4swjpdqh7f3-python3.9-installer-0.7.0
|
||||||
|
/nix/store/s0y2kjpydpsaxrmsg0ddvmgbyi1q6f44-python3.9-packaging-24.0
|
||||||
|
/nix/store/2l9jk23svcbf5pmw43k5c597mamvgdig-python3.9-pluggy-1.4.0
|
||||||
|
/nix/store/mc95nhayhnw4wm48pl0rccrj3kr252fa-python3.9-pyproject-hooks-1.0.0
|
||||||
|
/nix/store/4nk5yyajpr0jbzfjl2cbnfw2b6lv1mdr-python3.9-pytest-8.1.1
|
||||||
|
/nix/store/x2ybp3llasxd2z76g6f2v22kyar5lf7c-python3.9-setuptools-69.2.0
|
||||||
|
/nix/store/l29pcqf2lg7i11pbyn3j0a5snkhxwk7q-python3.9-setuptools-scm-8.0.4
|
||||||
|
/nix/store/g9zxp7j1khlzg69gn7yp6l25kkay7i9a-python3.9-six-1.16.0
|
||||||
|
/nix/store/nvrhyvfx3ka767n17lmkghklwnri8a97-python3.9-tomli-2.0.1
|
||||||
|
/nix/store/7pq1s3nkdsrk5963r8cd9sp568c9k7hs-python3.9-typing-extensions-4.10.0
|
||||||
|
/nix/store/lanbz7kjpbdhh1f8d6arf3gsajajjldk-python3.9-wheel-0.42.0
|
||||||
|
/nix/store/7ibq5xf7anqhhlyq20wq3ndpi4rqbbx6-setuptools-build-hook
|
||||||
|
/nix/store/5x53pkswmspgdmji7qriwa53acsl542p-setuptools-check-hook
|
||||||
|
/nix/store/9ayqrxadgcxcflnff6x4j57nlq29fraz-source
|
||||||
|
/nix/store/ml6n3la88d332lncbi1z1wy5cppia7sm-wrap-python-hook
|
||||||
|
/nix/store/263nkaj2df4m7skn479445jm470zkwwy-xorg-server-21.1.12-dev
|
||||||
|
copying path '/nix/store/p4g8jhmqsx6wqzy70n8mxr965hndj4fs-python3-3.9.19' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/sn9v7jn23946lihrchp05gwy1lynzilb-evdev-1.7.0.tar.gz' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/pi5c3c1nn1bld1zjjvav5xv77inqsha8-python-output-dist-hook' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/4psklggia7ja8nxr4ifldnk6dkj16fgq-python-remove-tests-dir-hook' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/5yfgqb7ddrz7sy3w2ds7hd85pwwqpa5i-python-remove-bin-bytecode-hook' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/9ayqrxadgcxcflnff6x4j57nlq29fraz-source' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/am7g0wz5i98p6kzb97w3hbsyv0q4l64y-ensure-newer-sources-hook' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/rq96953v0kdph1cms67z9jji5z3i5a6x-python-namespaces-hook.sh' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/g5a2904q9x9d4da01fbp4bw16wh3m4r9-mock-5.1.0.tar.gz' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/z97qcbgi6fr16wrm9gf1jvjysmp2rjmg-nose-1.3.7.tar.gz' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/n3d5cj7sy7nmbhnkccalkqskj92p26kc-glu-9.0.3-dev' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/gxawpi36qs49r28fhhjyxzr3sx7r283f-libunwind-1.8.1-dev' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/2xxp5k55x89sy40i5piccwz9pi25qxmm-libXfont-1.5.4' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/wvgkdqaw82m26f0b8x25v2428w4m1jnj-coverage-7.4.3.tar.gz' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/j7vvgpvpsmszwa8pisxn1fnzk485xymm-libXfont-1.5.4-dev' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/263nkaj2df4m7skn479445jm470zkwwy-xorg-server-21.1.12-dev' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/p6dvv02ax95bd2wr2wj1y3jr8hczhj46-python-catch-conflicts-hook' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/68qv48bj9w5i39p34n92rq3yhbap9741-python3.9-iniconfig-2.0.0' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/1q8r0p9idmabfisvad2lw4swjpdqh7f3-python3.9-installer-0.7.0' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/k47099hzxawm2a9kpf85ihih89ls5xpz-python3.9-exceptiongroup-1.2.0' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/2l9jk23svcbf5pmw43k5c597mamvgdig-python3.9-pluggy-1.4.0' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/x2ybp3llasxd2z76g6f2v22kyar5lf7c-python3.9-setuptools-69.2.0' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/s0y2kjpydpsaxrmsg0ddvmgbyi1q6f44-python3.9-packaging-24.0' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/g9zxp7j1khlzg69gn7yp6l25kkay7i9a-python3.9-six-1.16.0' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/gbq04rqk41widrdkz92kga995b03bccq-python-imports-check-hook.sh' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/nvrhyvfx3ka767n17lmkghklwnri8a97-python3.9-tomli-2.0.1' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/lanbz7kjpbdhh1f8d6arf3gsajajjldk-python3.9-wheel-0.42.0' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/7pq1s3nkdsrk5963r8cd9sp568c9k7hs-python3.9-typing-extensions-4.10.0' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/ml6n3la88d332lncbi1z1wy5cppia7sm-wrap-python-hook' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/mc95nhayhnw4wm48pl0rccrj3kr252fa-python3.9-pyproject-hooks-1.0.0' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/8bfhn348fwjfs3xrlq4l7pg6si6fzjx0-python-runtime-deps-check-hook.sh' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/4nk5yyajpr0jbzfjl2cbnfw2b6lv1mdr-python3.9-pytest-8.1.1' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/lwimd6f134anazwc66vb8w0hzlb12z5l-python3.9-build-1.1.1' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/l29pcqf2lg7i11pbyn3j0a5snkhxwk7q-python3.9-setuptools-scm-8.0.4' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/5x53pkswmspgdmji7qriwa53acsl542p-setuptools-check-hook' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/7ibq5xf7anqhhlyq20wq3ndpi4rqbbx6-setuptools-build-hook' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/dh94r4mfhdsmb2fh1j1pgnp24hi15rgb-pytest-check-hook' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/vzjhq5jgxbyfv1r3zkiln14kils42nzh-pypa-build-hook.sh' from 'https://cache.nixos.org'...
|
||||||
|
copying path '/nix/store/gpincjawkfszka31kdsi569ssap6b0qj-pypa-install-hook' from 'https://cache.nixos.org'...
|
||||||
|
building '/nix/store/lqwhc9vnmr0dhcijx4pp5qyny2nm2iqy-python3.9-coverage-7.4.3.drv'...
|
||||||
|
building '/nix/store/s3jq1xv2x0bb2zzq6dkh373ih1vzpg2h-python3.9-evdev-1.7.0.drv'...
|
||||||
|
building '/nix/store/shjswyvsbwv3syn4gvj8nqsib9jplz01-python3.9-mock-5.1.0.drv'...
|
||||||
|
building '/nix/store/qjwwp1lph7zwf133lz9n3i04x2nwsi7c-python3.9-nose-1.3.7.drv'...
|
||||||
|
building '/nix/store/4wrh9fylmkyn0kmzd6zp8y8l5lrv7w1p-python3.9-xlib-0.33.drv'...
|
||||||
|
building '/nix/store/8s1aqzwlx951h3qbx4zvzwvgzn940cc1-python3-3.9.19-env.drv'...
|
||||||
|
building '/nix/store/713pwf79s1p3pa1acznqzn9p4myh3p8b-home-manager-path.drv'...
|
||||||
|
building '/nix/store/zcb2cqiagdqpf10ak9visgpgwar3rx9c-activation-script.drv'...
|
||||||
|
building '/nix/store/3kd1p5x0jggghqkbp0mwpmqfyjm6c180-home-manager-generation.drv'...
|
||||||
|
building '/nix/store/vakzjp3jgc3258i8njib0qg81y2hcim8-unit-home-manager-meyer.service.drv'...
|
||||||
|
building '/nix/store/garad9pqjx5np362wwhasbxrfxnhr2hy-system-units.drv'...
|
||||||
|
building '/nix/store/gs7irgq0gbx9krvy244s12glmddfd5yh-etc.drv'...
|
||||||
|
building '/nix/store/h9jlbhf822992p7ypjy31gpy9pq02hgd-nixos-system-nix-desktop-evo4b5-24.05.20240419.5c24cf2.drv'...
|
||||||
updating GRUB 2 menu...
|
updating GRUB 2 menu...
|
||||||
Warning: os-prober will be executed to detect other bootable partitions.
|
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.
|
Its output will be used to detect bootable binaries on them and create new boot entries.
|
||||||
|
@ -12,7 +120,11 @@ lsblk: /dev/mapper/no*[0-9]: not a block device
|
||||||
lsblk: /dev/mapper/raid*[0-9]: not a block device
|
lsblk: /dev/mapper/raid*[0-9]: not a block device
|
||||||
lsblk: /dev/mapper/disks*[0-9]: not a block device
|
lsblk: /dev/mapper/disks*[0-9]: not a block device
|
||||||
Found Windows Boot Manager on /dev/nvme1n1p2@/efi/Microsoft/Boot/bootmgfw.efi
|
Found Windows Boot Manager on /dev/nvme1n1p2@/efi/Microsoft/Boot/bootmgfw.efi
|
||||||
|
stopping the following units: accounts-daemon.service
|
||||||
activating the configuration...
|
activating the configuration...
|
||||||
setting up /etc...
|
setting up /etc...
|
||||||
reloading user units for meyer...
|
reloading user units for meyer...
|
||||||
restarting sysinit-reactivation.target
|
restarting sysinit-reactivation.target
|
||||||
|
reloading the following units: dbus-broker.service
|
||||||
|
restarting the following units: home-manager-meyer.service, polkit.service
|
||||||
|
starting the following units: accounts-daemon.service
|
||||||
|
|
Loading…
Reference in a new issue