add back lock...

This commit is contained in:
DashieTM 2024-07-06 23:12:12 +02:00
parent bd5b5e11ff
commit 09c4625fbb
7 changed files with 1454 additions and 12 deletions

1
nix/.gitignore vendored
View file

@ -1 +0,0 @@
flake.lock

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
openssl openssl
@ -17,11 +17,11 @@
xorg.xkbutils xorg.xkbutils
libxkbcommon libxkbcommon
icon-library icon-library
gnome.adwaita-icon-theme adwaita-icon-theme
hicolor-icon-theme hicolor-icon-theme
morewaita-icon-theme morewaita-icon-theme
kdePackages.breeze-icons kdePackages.breeze-icons
gnome.seahorse seahorse
upower upower
]; ];

1444
nix/flake.lock generated Normal file

File diff suppressed because it is too large Load diff

View file

@ -62,7 +62,7 @@
#css #css
tailwindcss tailwindcss
tailwindcss-language-server tailwindcss-language-server
nodePackages_latest.vscode-css-languageserver-bin vscode-langservers-extracted
#editors #editors
neovide neovide

View file

@ -29,7 +29,7 @@ in
networkmanager networkmanager
zoxide zoxide
fastfetch fastfetch
pkgs.gnome.gnome-keyring pkgs.gnome-keyring
dbus dbus
killall killall
adw-gtk3 adw-gtk3

View file

@ -1,5 +1,4 @@
{ inputs { pkgs
, pkgs
, ... , ...
}: { }: {
imports = [ imports = [
@ -18,9 +17,9 @@
xdg-desktop-portal-gtk xdg-desktop-portal-gtk
# xdg-desktop-portal-hyprland # xdg-desktop-portal-hyprland
copyq copyq
gnome.nautilus nautilus
gnome.sushi sushi
gnome.nautilus-python nautilus-python
wl-clipboard wl-clipboard
hyprcursor hyprcursor
hyprpaper hyprpaper

View file

@ -68,7 +68,7 @@
nvim-lint nvim-lint
nvim-lspconfig nvim-lspconfig
nvim-notify nvim-notify
nvim-spectre #nvim-spectre
nvim-treesitter.withAllGrammars nvim-treesitter.withAllGrammars
nvim-treesitter-context nvim-treesitter-context
nvim-treesitter-textobjects nvim-treesitter-textobjects