NixOS -> Pop!_OS
parent
4c252bfd19
commit
e108145d46
|
@ -11,7 +11,7 @@ export XDG_USER_CONFIG_DIR="$XDG_CONFIG_HOME"
|
||||||
export XDG_DATA_HOME="$HOME/.local/share"
|
export XDG_DATA_HOME="$HOME/.local/share"
|
||||||
export XDG_CACHE_HOME="$HOME/.cache"
|
export XDG_CACHE_HOME="$HOME/.cache"
|
||||||
|
|
||||||
# NixOS home-manager desktop files "fix"
|
# Make nix's desktop files show up
|
||||||
export XDG_DATA_DIRS="$HOME/.nix-profile/share:$XDG_DATA_DIRS"
|
export XDG_DATA_DIRS="$HOME/.nix-profile/share:$XDG_DATA_DIRS"
|
||||||
|
|
||||||
export LANG=en_CA.UTF-8
|
export LANG=en_CA.UTF-8
|
||||||
|
@ -52,11 +52,6 @@ export NVM_DIR="$HOME/.config/nvm"
|
||||||
|
|
||||||
export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc"
|
export NPM_CONFIG_USERCONFIG="$XDG_CONFIG_HOME/npm/npmrc"
|
||||||
|
|
||||||
|
|
||||||
alias wget="wget --hsts-file=$XDG_CACHE_HOME/wget-hsts"
|
|
||||||
# export GNUPGHOME="$XDG_DATA_HOME/gnupg" # Causes issues on NixOS
|
|
||||||
|
|
||||||
|
|
||||||
export PATH # just in case
|
export PATH # just in case
|
||||||
|
|
||||||
# Note that this script has been run
|
# Note that this script has been run
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
[Desktop Entry]
|
|
||||||
Name=Sublime Music
|
|
||||||
Exec=/home/earne/.local/bin/sublime-music
|
|
||||||
Icon=music-app
|
|
||||||
Terminal=false
|
|
||||||
Type=Application
|
|
||||||
|
|
|
@ -1,2 +1 @@
|
||||||
https://github.com/nix-community/home-manager/archive/release-21.05.tar.gz home-manager
|
https://nixos.org/channels/nixpkgs-unstable nixpkgs
|
||||||
https://nixos.org/channels/nixos-unstable nixpkgs-unstable
|
|
10
README.md
10
README.md
|
@ -1,12 +1,6 @@
|
||||||
# [Dotfiles](https://sr.ht/~earnestma/configuration)
|
# [Dotfiles](https://sr.ht/~earnestma/configuration)
|
||||||
|
|
||||||
- [My personal dotfiles](https://git.sr.ht/~earnestma/dotfiles), [NixOS
|
My personal dotfiles, run on [Pop!_OS](https://pop.system76.com) along with:
|
||||||
configuration](https://git.sr.ht/~earnestma/nixos-configs) and [Doom
|
|
||||||
Emacs](https://git.sr.ht/~earnestma/doom) config.
|
|
||||||
|
|
||||||
My personal dotfiles, managed using:
|
|
||||||
|
|
||||||
- [yadm](https://yadm.io)
|
- [yadm](https://yadm.io)
|
||||||
- [home-manager](https://github.com/nix-community/home-manager)
|
- [nix](https://nixos.org)
|
||||||
|
|
||||||
These are used on Ubuntu 21.04 but aim to target NixOS 21.05 only soon.
|
|
||||||
|
|
Loading…
Reference in New Issue