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