Skip to content

Commit

Permalink
add gThumb + cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
xorilog committed Apr 16, 2021
1 parent 3afeebc commit 56a8a87
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 17 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ setup-gpg:


setup-lockscreen:
betterlockscreen -u desktop/pictures/walls --blur 1
betterlockscreen -u $(HOME)/desktop/pictures/walls --blur 1
15 changes: 0 additions & 15 deletions users/modules/iaas/aws/default.nix
Original file line number Diff line number Diff line change
@@ -1,20 +1,6 @@
{ pkgs, nixosConfig, ... }:

{
imports = [
# autorandr
# xophe ./finances.nix
# xophe ./next.nix
# xophe ./keyboard.nix
# xophe ./spotify.nix
#./firefox.nix
#./gtk.nix
#./mpv.nix
# ./i3.nix
# ./mpd.nix
# ./redshift.nix
# ./xsession.nix
];
home.packages = with pkgs; [
aws-vault
aws-iam-authenticator
Expand All @@ -28,5 +14,4 @@
AWS_VAULT_PASS_PREFIX = "vault";
AWS_VAULT_PASS_PASSWORD_STORE_DIR = ''''${HOME}/sync/password-store'';
};

}
1 change: 0 additions & 1 deletion users/xophe/desktop/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

{
imports = [
# autorandr
# xophe ./finances.nix
# xophe ./next.nix
# xophe ./keyboard.nix
Expand Down
1 change: 1 addition & 0 deletions users/xophe/desktop/i3.nix
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ in
];
home.sessionVariables = { WEBKIT_DISABLE_COMPOSITING_MODE = 1; };
home.packages = with pkgs; [
gThumb
alacritty
arandr
# TODO switch to betterlockscreen
Expand Down

0 comments on commit 56a8a87

Please sign in to comment.