Compare commits
3 commits
8d4cbccbe0
...
7e4953faae
Author | SHA1 | Date | |
---|---|---|---|
|
7e4953faae | ||
|
334c7cc241 | ||
|
a4b495c532 |
4 changed files with 10 additions and 12 deletions
12
flake.lock
generated
12
flake.lock
generated
|
@ -7,11 +7,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1740845322,
|
"lastModified": 1741217763,
|
||||||
"narHash": "sha256-AXEgFj3C0YJhu9k1OhbRhiA6FnDr81dQZ65U3DhaWpw=",
|
"narHash": "sha256-g/TrltIjFHIjtzKY5CJpoPANfHQWDD43G5U1a/v5oVg=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "fcac3d6d88302a5e64f6cb8014ac785e08874c8d",
|
"rev": "486b066025dccd8af7fbe5dd2cc79e46b88c80da",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -38,11 +38,11 @@
|
||||||
},
|
},
|
||||||
"nixpkgs": {
|
"nixpkgs": {
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1740828860,
|
"lastModified": 1741173522,
|
||||||
"narHash": "sha256-cjbHI+zUzK5CPsQZqMhE3npTyYFt9tJ3+ohcfaOF/WM=",
|
"narHash": "sha256-k7VSqvv0r1r53nUI/IfPHCppkUAddeXn843YlAC5DR0=",
|
||||||
"owner": "NixOS",
|
"owner": "NixOS",
|
||||||
"repo": "nixpkgs",
|
"repo": "nixpkgs",
|
||||||
"rev": "303bd8071377433a2d8f76e684ec773d70c5b642",
|
"rev": "d69ab0d71b22fa1ce3dbeff666e6deb4917db049",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -50,6 +50,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
hardware.bluetooth.enable = true;
|
hardware.bluetooth.enable = true;
|
||||||
services.blueman.enable = true;
|
# services.blueman.enable = true;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
pass
|
pass
|
||||||
libreoffice ding
|
libreoffice-fresh ding
|
||||||
simple-scan xsane gimp imagemagick ffmpeg
|
simple-scan xsane gimp imagemagick ffmpeg
|
||||||
thunderbird signal-desktop
|
thunderbird signal-desktop
|
||||||
texlive.combined.scheme-full pdftk
|
texlive.combined.scheme-full pdftk
|
||||||
|
|
|
@ -15,15 +15,12 @@
|
||||||
packages = with pkgs; [
|
packages = with pkgs; [
|
||||||
firefox
|
firefox
|
||||||
tree
|
tree
|
||||||
thunderbird
|
|
||||||
element-desktop
|
element-desktop
|
||||||
gajim
|
gajim
|
||||||
keepassxc
|
keepassxc
|
||||||
git
|
git
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
# nextcloud27
|
# nextcloud27
|
||||||
libreoffice
|
|
||||||
signal-desktop
|
|
||||||
gnome-keyring
|
gnome-keyring
|
||||||
oh-my-git
|
oh-my-git
|
||||||
tor
|
tor
|
||||||
|
@ -33,7 +30,7 @@
|
||||||
masterpdfeditor4
|
masterpdfeditor4
|
||||||
webtorrent_desktop
|
webtorrent_desktop
|
||||||
borgbackup
|
borgbackup
|
||||||
kcalc
|
kdePackages.kcalc
|
||||||
fzf
|
fzf
|
||||||
imagemagick
|
imagemagick
|
||||||
gcc
|
gcc
|
||||||
|
@ -53,6 +50,7 @@
|
||||||
python311Packages.pip
|
python311Packages.pip
|
||||||
yubioath-flutter
|
yubioath-flutter
|
||||||
#ripgrep
|
#ripgrep
|
||||||
|
authenticator
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue