Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
ksevelyar committed Apr 12, 2024
1 parent 847d9bc commit 1976a96
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 88 deletions.
12 changes: 6 additions & 6 deletions flake.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/electronics.nix
Expand Up @@ -5,7 +5,7 @@
environment.systemPackages = with pkgs;
[
fritzing
librepcb
# librepcb
# xoscope

# stm32
Expand Down
2 changes: 1 addition & 1 deletion packages/neovim.nix
Expand Up @@ -11,7 +11,7 @@

environment.systemPackages = with pkgs; [
# nix
rnix-lsp
nil

# rust
rustfmt
Expand Down
9 changes: 0 additions & 9 deletions packages/x-common.nix
Expand Up @@ -29,14 +29,8 @@
video/x-matroska=mpv.desktop;
video/mpeg=mpv.desktop;
image/gif=imv.desktop;
image/jpeg=imv.desktop;
image/png=imv.desktop;
'';
};

etc."imv_config".source = ../users/shared/imv/config;
};

programs.browserpass.enable = true;
Expand Down Expand Up @@ -118,9 +112,6 @@
mpv
vlc

# fd . ~/wallpapers/ | shuf | imv
# ls -t ~/wallpapers/* | imv
imv
nomacs
];
}
3 changes: 1 addition & 2 deletions readme.md
Expand Up @@ -13,7 +13,7 @@ This repo is just a bunch of NixOS modules, so you can pick or override anything
* [Brutal Doom](https://github.com/ksevelyar/brutal-doom), [Quake](https://github.com/ksevelyar/quake), [Steam](https://github.com/ksevelyar/idempotent-desktop/blob/main/packages/games.nix)
* [battery optimisation](/hardware/power-management.nix) for laptops
* [picard][picard], [mpd](/services/mpd.nix), [ncmpcpp][ncmpcpp], [mpdscribble](https://listenbrainz.org/user/ksevelyar/)
* [mpv](/users/shared/mpv), [imv][imv]
* [mpv](/users/shared/mpv)
* [live-usb](/live-usb/live-usb.nix)
* [tealdeer](https://github.com/dbrgn/tealdeer) aliased to h

Expand All @@ -33,7 +33,6 @@ This repo is just a bunch of NixOS modules, so you can pick or override anything
* [VPN](https://github.com/ksevelyar/idempotent-desktop/blob/main/services/vpn.nix)

[picard]: https://picard.musicbrainz.org/quick-start/
[imv]: /users/shared/imv/config
[ncmpcpp]: /assets/screens/ncmpcpp.png
[delta]: https://github.com/dandavison/delta
[zoxide]: https://github.com/ajeetdsouza/zoxide
16 changes: 8 additions & 8 deletions services/databases/postgresql.nix
Expand Up @@ -39,14 +39,14 @@ in
local all all trust
host all all localhost trust
'';
ensureUsers = [
{
name = "postgres";
ensurePermissions = {
"ALL TABLES IN SCHEMA public" = "ALL PRIVILEGES";
};
}
];
# ensureUsers = [
# {
# name = "postgres";
# ensurePermissions = {
# "ALL TABLES IN SCHEMA public" = "ALL PRIVILEGES";
# };
# }
# ];
};

environment.systemPackages = [
Expand Down
59 changes: 0 additions & 59 deletions users/shared/imv/config

This file was deleted.

2 changes: 0 additions & 2 deletions users/shared/spacefm/spacefm.conf
Expand Up @@ -454,10 +454,8 @@ panel2_slider_positions0-s=0
panel2_slider_positions0-x=0
panel2_slider_positions0-y=0
cstm_2cdedf42-y=
cstm_2cdedf42-label=imv *
cstm_2cdedf42-next=cstm_0a2e87d3
cstm_2cdedf42-prev=cstm_01106f2d
cstm_2cdedf42-line=imv %d
cstm_2cdedf42-task=1
cstm_2cdedf42-task_err=1
cstm_2cdedf42-task_out=1
Expand Down

0 comments on commit 1976a96

Please sign in to comment.