mirror of
https://forge.katzen.cafe/schrottkatze/nix-configs.git
synced 2024-11-05 15:16:23 +01:00
miauuu
Signed-off-by: Jade <obsidianical@gmail.com>
This commit is contained in:
parent
83d73979ad
commit
8b593ea7ee
12
common.nix
12
common.nix
|
@ -96,7 +96,7 @@ with builtins;
|
|||
programs.kdeconnect.enable = true;
|
||||
programs.corectrl.enable = true;
|
||||
|
||||
qt5.platformTheme = "qt5ct";
|
||||
qt.platformTheme = "qt5ct";
|
||||
|
||||
virtualisation.libvirtd.enable = true;
|
||||
|
||||
|
@ -113,6 +113,9 @@ with builtins;
|
|||
|
||||
services.printing.enable = true;
|
||||
|
||||
services.usbmuxd.enable = true;
|
||||
services.gvfs.enable = true;
|
||||
|
||||
security.rtkit.enable = true;
|
||||
services.pipewire = {
|
||||
enable = true;
|
||||
|
@ -152,9 +155,11 @@ users.users.jade = {
|
|||
betterdiscordctl pulseaudioFull speedtest-cli librewolf firefox jdk8 jdk11
|
||||
jdk vlc xfce.thunar xfce.tumbler xfce.thunar-archive-plugin
|
||||
gnome.file-roller uhk-agent spotify spotify-tray cool-retro-term lutris
|
||||
libsecret gh xorg.xhost helvum xdg-desktop-portal-gtk nheko obsidian
|
||||
libsecret gh xorg.xhost xdg-desktop-portal-gtk nheko obsidian
|
||||
nix-prefetch-scripts audacity rustup easyeffects virt-manager evince direnv
|
||||
nix-direnv fzf openrgb krita gmic-qt-krita gimp-with-plugins
|
||||
nix-direnv fzf openrgb krita gimp
|
||||
# currently broken -2023-01-20
|
||||
#gimp-with-plugins helvum
|
||||
inkscape-with-extensions virglrenderer ddccontrol-db glab
|
||||
firebird-emu obs-studio kdenlive openal
|
||||
mullvad mullvad-vpn
|
||||
|
@ -167,6 +172,7 @@ users.users.jade = {
|
|||
godot
|
||||
gitg gnome-builder git-crypt
|
||||
gpick qdirstat file whois ffmpeg_5 scribus p7zip file nmap cmatrix tree socat libreoffice
|
||||
libimobiledevice libimobiledevice-glue ifuse usbmuxd libusbmuxd gvfs gphoto2 gphoto2fs phockup digikam
|
||||
];
|
||||
|
||||
programs.noisetorch.enable = true;
|
||||
|
|
|
@ -268,16 +268,15 @@
|
|||
},
|
||||
"nixpkgs_5": {
|
||||
"locked": {
|
||||
"lastModified": 1673179929,
|
||||
"narHash": "sha256-mkDqQat24NMqf4z5rK6M4Y+68qVauCSDYouqD3hl66c=",
|
||||
"lastModified": 1674228296,
|
||||
"narHash": "sha256-/N6VM6iQncM/uBaxhODACa5L6DUWeg/2DariuE/bLxM=",
|
||||
"owner": "NixOS",
|
||||
"repo": "nixpkgs",
|
||||
"rev": "c109fe7e80390ebe9b55913646ecb6f621c1ddd2",
|
||||
"rev": "bbbcb362e8a623c8125bdccb72d2d6a874548862",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
"owner": "NixOS",
|
||||
"ref": "nixos-unstable-small",
|
||||
"repo": "nixpkgs",
|
||||
"type": "github"
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue