add back lock...
This commit is contained in:
parent
bd5b5e11ff
commit
09c4625fbb
7 changed files with 1454 additions and 12 deletions
1
nix/.gitignore
vendored
1
nix/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
flake.lock
|
||||
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, ... }:
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
environment.systemPackages = with pkgs; [
|
||||
openssl
|
||||
|
|
@ -17,11 +17,11 @@
|
|||
xorg.xkbutils
|
||||
libxkbcommon
|
||||
icon-library
|
||||
gnome.adwaita-icon-theme
|
||||
adwaita-icon-theme
|
||||
hicolor-icon-theme
|
||||
morewaita-icon-theme
|
||||
kdePackages.breeze-icons
|
||||
gnome.seahorse
|
||||
seahorse
|
||||
upower
|
||||
];
|
||||
|
||||
|
|
|
|||
1444
nix/flake.lock
generated
Normal file
1444
nix/flake.lock
generated
Normal file
File diff suppressed because it is too large
Load diff
|
|
@ -62,7 +62,7 @@
|
|||
#css
|
||||
tailwindcss
|
||||
tailwindcss-language-server
|
||||
nodePackages_latest.vscode-css-languageserver-bin
|
||||
vscode-langservers-extracted
|
||||
|
||||
#editors
|
||||
neovide
|
||||
|
|
|
|||
|
|
@ -29,7 +29,7 @@ in
|
|||
networkmanager
|
||||
zoxide
|
||||
fastfetch
|
||||
pkgs.gnome.gnome-keyring
|
||||
pkgs.gnome-keyring
|
||||
dbus
|
||||
killall
|
||||
adw-gtk3
|
||||
|
|
|
|||
|
|
@ -1,5 +1,4 @@
|
|||
{ inputs
|
||||
, pkgs
|
||||
{ pkgs
|
||||
, ...
|
||||
}: {
|
||||
imports = [
|
||||
|
|
@ -18,9 +17,9 @@
|
|||
xdg-desktop-portal-gtk
|
||||
# xdg-desktop-portal-hyprland
|
||||
copyq
|
||||
gnome.nautilus
|
||||
gnome.sushi
|
||||
gnome.nautilus-python
|
||||
nautilus
|
||||
sushi
|
||||
nautilus-python
|
||||
wl-clipboard
|
||||
hyprcursor
|
||||
hyprpaper
|
||||
|
|
|
|||
|
|
@ -68,7 +68,7 @@
|
|||
nvim-lint
|
||||
nvim-lspconfig
|
||||
nvim-notify
|
||||
nvim-spectre
|
||||
#nvim-spectre
|
||||
nvim-treesitter.withAllGrammars
|
||||
nvim-treesitter-context
|
||||
nvim-treesitter-textobjects
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue