From e108145d46d8e7ea1ae6198b92de32474b4a6f63 Mon Sep 17 00:00:00 2001 From: earnest ma Date: Mon, 23 Aug 2021 13:52:04 -0400 Subject: [PATCH] NixOS -> Pop!_OS --- .config/shell/start.sh | 7 +------ .local/share/applications/sublime-music.desktop | 7 ------- .nix-channels | 3 +-- README.md | 10 ++-------- 4 files changed, 4 insertions(+), 23 deletions(-) delete mode 100644 .local/share/applications/sublime-music.desktop diff --git a/.config/shell/start.sh b/.config/shell/start.sh index b44632f..7aaf09e 100755 --- a/.config/shell/start.sh +++ b/.config/shell/start.sh @@ -11,7 +11,7 @@ export XDG_USER_CONFIG_DIR="$XDG_CONFIG_HOME" export XDG_DATA_HOME="$HOME/.local/share" 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 LANG=en_CA.UTF-8 @@ -52,11 +52,6 @@ export NVM_DIR="$HOME/.config/nvm" 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 # Note that this script has been run diff --git a/.local/share/applications/sublime-music.desktop b/.local/share/applications/sublime-music.desktop deleted file mode 100644 index 46aae87..0000000 --- a/.local/share/applications/sublime-music.desktop +++ /dev/null @@ -1,7 +0,0 @@ -[Desktop Entry] -Name=Sublime Music -Exec=/home/earne/.local/bin/sublime-music -Icon=music-app -Terminal=false -Type=Application - diff --git a/.nix-channels b/.nix-channels index 6092d28..2acd7bd 100644 --- a/.nix-channels +++ b/.nix-channels @@ -1,2 +1 @@ -https://github.com/nix-community/home-manager/archive/release-21.05.tar.gz home-manager -https://nixos.org/channels/nixos-unstable nixpkgs-unstable +https://nixos.org/channels/nixpkgs-unstable nixpkgs \ No newline at end of file diff --git a/README.md b/README.md index 5d75679..eb3d2bd 100644 --- a/README.md +++ b/README.md @@ -1,12 +1,6 @@ # [Dotfiles](https://sr.ht/~earnestma/configuration) -- [My personal dotfiles](https://git.sr.ht/~earnestma/dotfiles), [NixOS - configuration](https://git.sr.ht/~earnestma/nixos-configs) and [Doom - Emacs](https://git.sr.ht/~earnestma/doom) config. - -My personal dotfiles, managed using: +My personal dotfiles, run on [Pop!_OS](https://pop.system76.com) along with: - [yadm](https://yadm.io) -- [home-manager](https://github.com/nix-community/home-manager) - -These are used on Ubuntu 21.04 but aim to target NixOS 21.05 only soon. +- [nix](https://nixos.org)