Compare commits

...

3 commits

Author SHA1 Message Date
aaron
7e4953faae cleanup of libreoffice package and removed blueman 2025-03-06 12:49:46 +01:00
aaron
334c7cc241 flake.lock 2025-03-06 11:38:16 +01:00
aaron
a4b495c532 added libreoffice-fresh + authenticator 2025-03-06 11:36:57 +01:00
4 changed files with 10 additions and 12 deletions

12
flake.lock generated
View file

@ -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": {

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 ding
libreoffice-fresh ding
simple-scan xsane gimp imagemagick ffmpeg
thunderbird signal-desktop
texlive.combined.scheme-full pdftk

View file

@ -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
];
};