Compare commits

..

No commits in common. "7e4953faaee0c2c6af63137e8c8d4a80d83de8d0" and "8d4cbccbe000817fe3de7761187df3889c3c49bb" have entirely different histories.

4 changed files with 12 additions and 10 deletions

12
flake.lock generated
View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1741217763,
"narHash": "sha256-g/TrltIjFHIjtzKY5CJpoPANfHQWDD43G5U1a/v5oVg=",
"lastModified": 1740845322,
"narHash": "sha256-AXEgFj3C0YJhu9k1OhbRhiA6FnDr81dQZ65U3DhaWpw=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "486b066025dccd8af7fbe5dd2cc79e46b88c80da",
"rev": "fcac3d6d88302a5e64f6cb8014ac785e08874c8d",
"type": "github"
},
"original": {
@ -38,11 +38,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1741173522,
"narHash": "sha256-k7VSqvv0r1r53nUI/IfPHCppkUAddeXn843YlAC5DR0=",
"lastModified": 1740828860,
"narHash": "sha256-cjbHI+zUzK5CPsQZqMhE3npTyYFt9tJ3+ohcfaOF/WM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "d69ab0d71b22fa1ce3dbeff666e6deb4917db049",
"rev": "303bd8071377433a2d8f76e684ec773d70c5b642",
"type": "github"
},
"original": {

View file

@ -50,6 +50,6 @@
};
hardware.bluetooth.enable = true;
# services.blueman.enable = true;
services.blueman.enable = true;
}

View file

@ -2,7 +2,7 @@
{
home.packages = with pkgs; [
pass
libreoffice-fresh ding
libreoffice ding
simple-scan xsane gimp imagemagick ffmpeg
thunderbird signal-desktop
texlive.combined.scheme-full pdftk

View file

@ -15,12 +15,15 @@
packages = with pkgs; [
firefox
tree
thunderbird
element-desktop
gajim
keepassxc
git
nextcloud-client
# nextcloud27
libreoffice
signal-desktop
gnome-keyring
oh-my-git
tor
@ -30,7 +33,7 @@
masterpdfeditor4
webtorrent_desktop
borgbackup
kdePackages.kcalc
kcalc
fzf
imagemagick
gcc
@ -50,7 +53,6 @@
python311Packages.pip
yubioath-flutter
#ripgrep
authenticator
];
};