updates from makefile

This commit is contained in:
Don Harper 2023-10-27 21:14:24 -05:00
parent c4b9b63a00
commit 6e9d555c04
5 changed files with 11 additions and 10 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
] ]
}, },
"locked": { "locked": {
"lastModified": 1698128422, "lastModified": 1698392685,
"narHash": "sha256-Qf39ATHrj6wfeC+K6uwD/FnI7RKrdEiN3uWaciUi0rM=", "narHash": "sha256-yx/sbRneR2AfSAeAMqUu0hoVJdjh+qhl/7dkirp8yo8=",
"owner": "nix-community", "owner": "nix-community",
"repo": "home-manager", "repo": "home-manager",
"rev": "6045b68ee725167ed0487f0fb88123202ba61923", "rev": "1369d2cefb6f128c30e42fabcdebbacc07e18b3f",
"type": "github" "type": "github"
}, },
"original": { "original": {
@ -39,11 +39,11 @@
}, },
"nixpkgs": { "nixpkgs": {
"locked": { "locked": {
"lastModified": 1697723726, "lastModified": 1698318101,
"narHash": "sha256-SaTWPkI8a5xSHX/rrKzUe+/uVNy6zCGMXgoeMb7T9rg=", "narHash": "sha256-gUihHt3yPD7bVqg+k/UVHgngyaJ3DMEBchbymBMvK1E=",
"owner": "nixos", "owner": "nixos",
"repo": "nixpkgs", "repo": "nixpkgs",
"rev": "7c9cc5a6e5d38010801741ac830a3f8fd667a7a0", "rev": "63678e9f3d3afecfeafa0acead6239cdb447574c",
"type": "github" "type": "github"
}, },
"original": { "original": {

View file

@ -28,6 +28,7 @@ PATH="/run/wrappers/bin:${HOME}/.nix-profile/bin:/etc/profiles/per-user/don/bin:
export PATH export PATH
export GOPATH="${HOME}/go" export GOPATH="${HOME}/go"
export TZ="America/Chicago" export TZ="America/Chicago"
export TZDIR="/etc/zoneinfo"
if [ -f ${HOME}/.nix-profile/etc/profile.d/hm-session-vars.sh ] if [ -f ${HOME}/.nix-profile/etc/profile.d/hm-session-vars.sh ]
then then

View file

@ -39,7 +39,7 @@
Recover-vim Recover-vim
Shade-nvim # color Shade-nvim # color
SpaceCamp # color SpaceCamp # color
YouCompleteMe #YouCompleteMe
ale ale
ansible-vim ansible-vim
aurora # color aurora # color

View file

@ -4,7 +4,7 @@
./bash_complition.nix ./bash_complition.nix
./btop.nix ./btop.nix
./git.nix ./git.nix
./khal.nix #./khal.nix
./khard.nix ./khard.nix
./lf.nix ./lf.nix
./liquidprompt.nix ./liquidprompt.nix

View file

@ -33,7 +33,7 @@ in
# Set your time zone. # Set your time zone.
time = { time = {
timeZone = "America/Chicago"; timeZone = "America/Chicago";
hardwareClockInLocalTime = true; hardwareClockInLocalTime = false;
}; };
@ -179,7 +179,7 @@ in
pulseaudio pulseaudio
ruby ruby
steam steam
udiskie #udiskie
wireplumber wireplumber
wlsunset wlsunset
xdg-utils xdg-utils